Jump to content

blakesmoore

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Everything posted by blakesmoore

  1. What is wrong with the code? any help please?
  2. Hi, I have a html form... <form name="myform" action="blake.php" method="POST"> <textarea cols="40" rows="5" name="domains"> </textarea> <input type="submit" value="Submit" /> </form> I want to run a script on the outout of the text area. I have tried using this for file blake.php <?php $output = shell_exec('expiry '$_POST['domains']''); echo "<pre>$output</pre>"; ?> But i have no luck... any ideas?
  3. Thanks
  4. Hi I dont understand. Please can you help further
  5. Hey, Please can you help me, I dont know why this script doesnt work.... index.html (form) <html> <body> <form action="insert.php" method="post"> <br>Username: <input type="text" name="username" /> <br>Domain Name: <input type="text" name="domain" /> <br>Password: <input type="password" name="pass" /> <br><input type="submit" /> </form> </body> </html> insert.php <?php $output = shell_exec('create_hosting '.$_POST['username']' '.$_POST['domain']''.$_POST['password']'); ?> When i run this i get the below error The website encountered an error while retrieving /insert.php. It may be down for maintenance or configured incorrectly
  6. So what is this script measuring?
  7. Hey Guys, is it possible to embed a .pl script in php
  8. Yeah I already incorperated the form Although, im not sure if it is giving accurate results for loading times? tools.pingdom.com is giving a totally different result?
  9. Thanks for this Dan, will this tell me how long it takes to load any site that i replace 'http://www.yourURL.com/page.html' with?
  10. Hey, I need to generate a script which tells me how long it takes for an external page to load... Please can you help? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.