Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~954 People Reached
Favorite Forums
Favorite Tags
php x 10

4 Posted Topics

Member Avatar for Emzielou90

near the bottom, here is the problem. [CODE]<?PHP $category = "3"; 1,2,5,8,10,11,12,13';include("cutenews/show_news.php"); ?>[/CODE] change it to [CODE]<?PHP $category = "3"; include("cutenews/show_news.php"); ?>[/CODE] there seems to be 1/2 of a defined veritable, don't know if it is needed though as I don't have a copy of the entire script, and don't …

Member Avatar for Emzielou90
0
466
Member Avatar for ddggttff3

Well im currently coding up a paypal payment system to go with a user system for a site, and when someone goes through paypal, paypal pushes info to this script. Problem is, the script does not log anything to MySQL, and I can't figure out why. Anyone here want to …

Member Avatar for ddggttff3
0
251
Member Avatar for lyrico

PHP can not pull a visitors motherboard serial number without a application on the client pushing that information to the script, so this is really not possible with PHP alone.

Member Avatar for ddggttff3
0
81
Member Avatar for ddggttff3

Hello. I am kind of new to PHP and mysql, and I am wondering on how I would go about coding up a system that would allow me to save multiple values to one row in a mysql database, and later read each separately. I am coding up a mac …

Member Avatar for ddggttff3
0
156

The End.