Author |
Message |
Topic: PHP not taking arguments |
roadblock
Replies: 4
Views: 13728
|
|
I will give you an example like a ShoutOut Box.
You have
<form action="sign.php" method="GET">
<input name="name">
<input name="comment">
<button vaule="submit">
</f ... |
Topic: PHP Slow? |
roadblock
Replies: 19
Views: 28453
|
|
php is a processing language. It takes the php page and processes it with the code, so it woulkd take longer to load because the page is being processed before it is sent to the connections |
Topic: PHP not taking arguments |
roadblock
Replies: 4
Views: 13728
|
|
I am new to this web server but I am trying to run my php scripts with it. I setup the server for php and it does run it but my problem is that when i use forms that send arguments to a php script, th ... |
|