First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Summary: Problems fopen like parameter
Thank you Chris, you give me the clue Using your method discover wrong pair of brackets, that make that $url_rss become inside a function, so, the variable was look as local variable, not a global one; then, the value become null. - Blinded inside the box. Quoting Chris <dmagick(a)gmail.com>: Maybe... 6 May 2008 22:18
Array Display
Please i knew this not the best place to post this message but i ain`t gat no option i need fast help on this I have a Array and data are grouped according to level, so want to display everybody on same level in same HTML row os if you are on level 0 then you first, to the next people on level one, then level ... 7 May 2008 10:07
Array Display
Please i knew this not the best place to post this message but i ain`t gat no option i need fast help on this I have a Array and data are grouped according to level, so want to display everybody on same level in same HTML row os if you are on level 0 then you first, to the next people on level one, then level ... 6 May 2008 21:25
Problems fopen like parameter
I am opening a rss file using fopen. If I use direct value, it can be opened, but I use a paremeter, I obtain an error. This works: ... xml_set_character_data_handler($xml_parser, "characterData"); $fp = fopen("http://www.arteglobal.net/news.xml","r") or die("Error reading RSS data."); w... 6 May 2008 20:38
RES: [PHP-DB] Shopping cart session handling
Forwarding to the correct mailing list. You should get flames...*cough* I mean, answers here :) Regards, Thiago -----Mensagem original----- De: Ron Piggott [mailto:ron.php(a)actsministries.org] Enviada em: domingo, 4 de maio de 2008 19:35 Para: PHP DB Assunto: [PHP-DB] Shopping cart session handling I am ... 5 May 2008 09:10
Shopping cart session handling
I am writing a shopping cart. I wanted some input on session handling for a shopping cart that is secure. At this time I am not programming for credit card processing. I am going to forward onto PayPal for payment initially. But I want to do a good job with security. Ron ... 4 May 2008 18:56
Submit Button variable passing
In the PHP script below I need to be able to pass on the value of 'reference' within the shopping_cart_product table when the "Delete Category" and "Rename Category" buttons are clicked. How do I do this? Ron mysql_connect('localhost',$username,$password); @mysql_select_db($database) or die( "Unable to se... 3 May 2008 23:14
How to do a Newsletter
Hi, Does any one know a better way of doing "Newsletter". I have to run a query and send that data to clients. Regards ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yaho... 1 May 2008 16:06
Alternative for MySQL Admin tools
Just like to point out http://www.sqlyog.com, an alternative stand-alone desktop tool to manage you MySQL servers. The free community edition is very good! I've been using it for 3 years now and never had to need to install anything else or additional. HTH, Yves ... 1 May 2008 11:24
Query
I have an interesting question. When I run the following query through my PHP script it produces 1 result. I know this because I echo the value of $num to the screen from the following syntax: $num=mysql_numrows($result); When I do the query in the "SQL" tab of phpMyAdmin there are 6 results. The 6 requests a... 30 Apr 2008 23:29
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21