Online Event Ticket Sales
Has anyone wrote a script for online tickets sales?
I have been googling and found lots of th
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
help with database debug pls
Parse error: syntax error, unexpected T_ELSE in /home/content/m/e/s/mesick/html/students/05/php/chec
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
I need an iframe that calls up a different page according to the date
hi
I don't know any php (only html) and I urgently need to do the following:
I need a
how to populate a drop down box
Hi buddies!
PROCEDURE DOWNLOAD_REPORT_FORM (report_name varchar)
is
begin
DOWNLO
Php If in MySql query (hiding labels if a field is empty)
Okay, I've been trying to do this for a while, and I'm finally going to ask for help so I can get th
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would