|
|
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
|
deutscher moderator / v5 specialist
Joined: Dec 2000
Posts: 730 |
how can I start a PHP script from a prel sript?
I have sometimes a problem with a mySQL server. Every time it is away i will start a PHP script to get the current systeminfo. Do anyone know how to code this?? TIA joking
|
|
|
|
Joined: Aug 2000
Posts: 335
Member
|
Member
Joined: Aug 2000
Posts: 335 |
|
|
|
|
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
|
deutscher moderator / v5 specialist
Joined: Dec 2000
Posts: 730 |
can i start a script without Location or img ?
|
|
|
|
Joined: Aug 2000
Posts: 335
Member
|
Member
Joined: Aug 2000
Posts: 335 |
Perl and PHP are different languages. Perl can't directly interpret a PHP script, and vice versa.
Are the Perl and PHP scripts CGI scripts, or shell scripts?
You'll have to explain more about what problem you're trying to solve.
|
|
|
|
Joined: May 2000
Posts: 1,356
Addict
|
Addict
Joined: May 2000
Posts: 1,356 |
Addition to Dave: if you can call the php script from shell, you can try exec() and system()
or, if you just want to get the output of that php script, you can use a socket to connect, or use LWP...
|
|
|
|
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
|
deutscher moderator / v5 specialist
Joined: Dec 2000
Posts: 730 |
Thanks, I've coded it with system()...
|
|
|
|
Joined: May 2000
Posts: 1,356
Addict
|
Addict
Joined: May 2000
Posts: 1,356 |
also, if you want to capture output (set it to a perl variable), you can use backticks
$result = `SHELL COMMAND`;
or use qx//;
$result = qx/SHELL COMMAND/;
`` and qx// are (nearly) the same...
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 449
Joined: February 2008
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|