[PHP-WIN] problems with variables
hi, i'm a new member from italy. just a simple question: why i have this output with my php script?? SCRIPT Entering Information into a Form First Name: Last Name: Address: City: State: Zip: Home Phone: OUTPUT form_result.php3 Below are the results of your Form Submission First Name: $first_name\n"); print(" Last Name: $last_name\n"); print(" Address: $address\n"); print(" City: $city\n"); print(" State: $state\n"); print(" Zip: $zip\n"); print(" Home Phone: $home_phone\n"); ?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] problems with variables
hi guys! I've the following problem: i have an html form which sends data to a php page. the problem is that in this php page i've the results in this way: Name (label) $first_name (instead of the value is printed the name of the variable) why?? could you help me?? regards ciro from italy -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] printing a php page
hi guys!! how can i send to the printer a php page from a button on it? thanks ciro from italy -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] ASP vs PHP
Hi! I've been programming in PHP for long. But one question that always is coming to my mind is to know if there exists some kind of tools (like for SP. It exists a tool called ASPWebTools for wich it is possible to develop applications written in ASP and connecting with DB like SQL Server in an automatic way) that can help in the development of applications using PHP and databases. For instance, that could allow to develop automatically forms to connect to databases using PHP. Does anyone know any related application or tools. Because in ASP with that tool is more easy to develop code. Thanks in advance Ciro Martins -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php