Likes Received By CreativeClans
-
Masterful liked CreativeClans's post in the thread Need Help Normalising a Database!.
Yes. In the Coupon_Table table, you'll have the field coupon_instructions_id, which you'll link to the same field in the...
Sep 2, 2008 -
greatlogix liked CreativeClans's post in the thread Slashes Problem.
So the user writes Laura l'Herault in the form. Your script receives it through $_POST or $_GET and when you echo that value it shows...
Apr 23, 2008 -
vpguy liked CreativeClans's post in the thread SQL Condition - alternative to intersect?.
This might work (didn't test it though) to get all entries that have all specified id's: SELECT entry FROM tablename WHERE id IN...
Apr 15, 2008 -
Maneel liked CreativeClans's post in the thread Simple Question.
You could use PHPMyAdmin to create the table and insert the data. Then, you'll need to write a script in PHP that'll read the data from...
Mar 27, 2008