| Thread | Last Post | Replies |
|
| re: Syntax error on concatenated SQL string. | 30 Apr 2009 19:26 GMT | 3 |
Ah karp, nevermind. I found the missing bracket. I was thinking it may be a problem with PHP stopping reading the string at some point and thus acting like it was missing everything
|
| Still not sure how to pass data between pages | 30 Apr 2009 19:05 GMT | 7 |
I have an array of numeric data that I have calculated on one page, and I need to be able to access this data on another page. I don't grasp what is the correct mechanism to access a variable (numeric, in this case) on one page that is defined and set on another page.
|
| Php developers required | 30 Apr 2009 14:14 GMT | 9 |
|
| Syntax error on concatenated SQL string. | 30 Apr 2009 12:11 GMT | 8 |
I have a very long MySQL query that I'm breaking up into sections, but whenever the page loads I get a parse error: Parse error: syntax error, unexpected ';', expecting ']' in pagedefines.php on line 2089
|
| Persistent connections, ODBC and Oracle | 30 Apr 2009 08:49 GMT | 3 |
I have a web app that access a remote Oracle server through the ODBC functions in PHP. Opening Oracle connections is rather costly so I use persistent connections. So far so good. I'm facing a curious problem when the DB gets unreachable (network
|
| SQL / PHP question - timestamp: last 7 days | 30 Apr 2009 01:31 GMT | 3 |
The following query does not work in SQL / PHP: I'd like to show all entries that were made in the last 7 days. ....WHERE timeStampEntry >= NOW() - INTERVAL 7 DAYS"); thanks
|
| TIMEPLOT and PHP | 30 Apr 2009 01:23 GMT | 1 |
Does anyone know if it's possible to use TIMEPLOT with PHP? and for that matter, how to download TIMEPLOT. I tried googl'ing it, but I ended up with a circular reference, with one site pointing me to another, a then back to the first one.
|
| Techkicks.com technology links, community driven | 30 Apr 2009 01:17 GMT | 1 |
TechKicks.com is a community based technology site. It specializes in Hi-Technologies like Robotics, ERP, GPS, Haskell, Lisp, Ruby On Rails, and common techs like c#, PHP, Java, Sql and many more. Individual users of the site submit and review stories, the most popular of which
|
| SQL / php timestamp: last 7 days | 30 Apr 2009 01:17 GMT | 2 |
I'm trying to list a table where the timestamp field (called transactionDate) is less than 7 days old. The following does not work. Any suggestions why is much appreciated. ....WHERE transactionDate>= NOW() - INTERVAL 10 DAYS
|
| Syntax Error... | 29 Apr 2009 18:34 GMT | 19 |
What is wrong with how I'm doing this here if someone can chime in and help me out please: <?php function smarty_insert_sid($params)
|
| mail() in a loop? | 29 Apr 2009 15:41 GMT | 19 |
I have a simple discussion forum with about 100 members. When a new topic is posted I would like to email all members to let them know of the new post. Can I have mail() in a loop? That is, select all from the mysql database
|
| Can't get Apache to load C:/PHP/php5apache2_2.dll in Windows | 29 Apr 2009 13:00 GMT | 30 |
Can't figure out why I keep getting this error when starting Apache5.2_2 in Windows Vista. "Cannot load C:/PHP/php5apache2_2.dll The specified module could not be found."
|
| OT/humor: If Architects had to work like Programmers | 29 Apr 2009 09:55 GMT | 12 |
Well, it is saturday, so I guess I can spam you all with some humor. ;-) Source: http://f2.org/humour/programming/archprog.html ----------------------------------------------
|
| Different input lengths - Why? | 29 Apr 2009 09:24 GMT | 18 |
If you look at http://www.corporateairamerica.com/testlength.html you will see a simple table. In IE7 the input lengths are different. In Firefox they are the same. I discovered this while trying to modify the main page at
|
| Easiest to Use Database Class - Use Database Easily in Your PHP Programs (Free Class) | 29 Apr 2009 06:54 GMT | 6 |
http://www.phpclasses.org/browse/package/5283.html easy to use database class. Takes out the redundancy of having to open and close connections, etc. * example usage:
|