Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Pulling out some result data from MYSQL
Hey Guys,
I've built a PHP page that has a for just imagine something like registration form
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
Query issues
I probably have this setup wrong well I know I do because nothing is showing up now. What I want is
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
PHP, Arrays & A Lot Of Confusion
I've been doing basic PHP work on sites for a few years now, but I've never been tempted to learn ho