Search found 8 matches
- Sun Aug 29, 2010 11:53 am
- Forum: PHP - Code
- Topic: mysql_fetch_array won't give value
- Replies: 2
- Views: 138
Re: mysql_fetch_array won't give value
Thanks. You da man. Worked perfectly.
- Sun Aug 29, 2010 12:31 am
- Forum: PHP - Code
- Topic: mysql_fetch_array won't give value
- Replies: 2
- Views: 138
mysql_fetch_array won't give value
I'm kind of new to PHP, and I can't get this to work. I've gotten it to work for returning the entire array for a different project, but on this one, I can't figure it out. Been looking everywhere trying to figure out why it won't. For a first run, it works fine on the inset, but after that-- no luc...
- Sat Aug 28, 2010 10:09 am
- Forum: PHP - Code
- Topic: Adding google search results to a mySQL database?
- Replies: 3
- Views: 335
Re: Adding google search results to a mySQL database?
Thanks. That's awesome. Didn't realize you could actually pull in the results.
- Fri Aug 27, 2010 10:19 pm
- Forum: PHP - Code
- Topic: Adding google search results to a mySQL database?
- Replies: 3
- Views: 335
Adding google search results to a mySQL database?
Is it possible to insert search results from the google (I'm guessing through the javascript search they provide) into a mySQl database dynamically as users search different keywords? I want to be able to add notes and stuff to the listings off to the side of them by putting them in the database and...
- Fri Aug 27, 2010 9:23 pm
- Forum: PHP - Code
- Topic: Error Reporting
- Replies: 6
- Views: 961
Re: Error Reporting
I'm actually running a mac so that's extremely helpful. I got tired of having to spend so much time maintaining a Windows system by formatting periodically and dealing with having anti-virus so I made the switch. Running a 5-year old macbook pro that dogs any PC I had even when it was new. Limited p...
- Mon Aug 23, 2010 11:33 pm
- Forum: PHP - Code
- Topic: Error Reporting
- Replies: 6
- Views: 961
Re: Error Reporting
Oh I know... :D I was thinking about trying eclipse cause it was incredible at finding errors when I was writing Java. You know any good editors? I'm using Dreamweaver, which I like, but I just wish there was an easier way to debug/find stupid typos like : vs ; cause my finger slipped off the shift ...
- Mon Aug 23, 2010 11:08 pm
- Forum: PHP - Code
- Topic: Error Reporting
- Replies: 6
- Views: 961
Re: Error Reporting
Works great minus that first semi-colon... thanks. I saw that earlier when I was looking at solutions, but I was trying to figure out why I was still getting a notice with both error_reporting(0) and error_reporting(E_ALL ^ E_NOTICE). I was just dumbfounded on why I was getting a notice even with th...
- Mon Aug 23, 2010 10:47 pm
- Forum: PHP - Code
- Topic: Error Reporting
- Replies: 6
- Views: 961
Error Reporting
So I've never came across this, but I'm getting a notice for an undefined index even when I have error_reporting(0) at the beginning of my script. Has anyone ever had this happen? The script works fine except for when the form is empty, which it still works as in displays all. Once you put in a sear...