[PHP] Re: New to PHP and struggling with the basics

2010-10-05 Thread Col Day
Thanks Gary! Nice to know I'm not the only one who has struggled with the Basics. Hopefully I can get my brain around it sometime soon. Cheers Col. Gary php-gene...@garydjones.name wrote in message news:i8f1r9$j4...@dough.gmane.org... Col Day wrote: Yes I did install apache then php,

[PHP] Re: New to PHP question

2009-01-28 Thread Frank Stanovcak
Don Collier dcoll...@collierclan.com wrote in message news:4980ac7e.2080...@collierclan.com... I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the

Re: [PHP] Re: New to PHP question

2009-01-28 Thread Jim Lucas
Frank Stanovcak wrote: Don Collier dcoll...@collierclan.com wrote in message news:4980ac7e.2080...@collierclan.com... I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I

[PHP] Re: New To PHP

2007-02-20 Thread Haydar TUNA
Hello, if you test your machine support PHP, you can use the following script. if this script properly execute, your machine can execute php script. if not you must support PHP.:) ?php phpinfo(); ? -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education

[PHP] Re: New to PHP

2006-01-19 Thread Dan Baker
Jedidiah [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I mentioned earlier that I recently switched my site over to PHP. snip I can no longer preview my pages without uploading the files to the server. This can really become a problem when I am making slight formatting changes

Re: [PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-09 Thread Alexandru COSTIN
Hi Jeff, What are you planning to do with XML? As for now, there are three or four main things you can do with PHP and XML 1. create webapplication that call remote functions using SOAP (nuSoap and PEAR SOAP and the libraries to use) 2. create websites that use XML messaging to

[PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-09 Thread Steve Magruder
Ryan A wrote: Didnt we just have a thread about spamming like this on the list? If it's a PHP-related product being announced, it isn't spam to me (and in fact, it's rather valuable), unless the announcement posts become repetitive. Steve -- Steve Magruder Consulting -

[PHP] Steve - Re: [PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-09 Thread Ryan A
- Original Message - From: Steve Magruder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 3:08 PM Subject: [PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released Ryan A wrote: Didnt we just have a thread about spamming like this on the list? If it's a PHP-related

[PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-08 Thread Alexandru COSTIN
Krysalis is a free platform licesed as LGPL. It has some (periferic) commercial modules but 95% of the platform is free and open. What should I do to announce a new release of a free platform on a php newsgroup without offending anyone? Alexandru -- Alexandru COSTIN

[PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-08 Thread Alexandru COSTIN
Hi, I've just read the other thread about spammers and such. Indeed, my announcement - even for a free platform - was not complying to the posting guidelines as it not a response to any questions asked. I apologize. Alexandru -- Alexandru COSTIN Chief Operating

Re: [PHP] Re: NEW SPAMMER - [PHP] New Krysalis version released

2003-07-08 Thread Jeff Harris
On Jul 8, 2003, Alexandru COSTIN claimed that: |Hi, |I've just read the other thread about spammers and such. |Indeed, my announcement - even for a free platform - was not complying |to the posting guidelines as it not a response to any questions asked. | |I apologize. | |

[PHP] Re: new to php, need help..

2003-02-25 Thread Steve Magruder
Jonathan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] all the suggestions didn't work though, could it be as what chris said, my IE doesn't support php? PHP is server-side. IE has no issues whatsoever with loading HTML generated from PHP. The PHP constructs are dealt with on the

[PHP] Re: new to php, need help..

2003-02-21 Thread pei_world
I think the problem is your php.ini setting the global_variable, by default, it is off,coz more secure,so if you want to access the variable, you need $_POST[variable] or $_GET[variable], also, $_env[HTTP_GET_VARIABLE] or $_env[HTTP_POST_VARIABLE] check out the manual on the web -- Sincerely

[PHP] Re: new to php, need help..

2003-02-20 Thread John Taylor-Johnston
Just a hunch: ? echo $subject[0]; ? Try using ?php instead, as in: ?php echo $subject[0]; ? Do you have a URL to show us what your page does and doesn't do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: new to php, need help..

2003-02-20 Thread Jonathan
thanks for helping guys :) sorry i don't have a url that i can upload my files too.. all i can show is my code.. :( the original code that i got from is from : http://www.linuxguruz.org/z.php?id=33 example 5: examples 1-4 seems to work, but other examples with this line doesn't, input

[PHP] Re: New to PHP, and stuck

2002-11-06 Thread Erwin
Markus JäNtti wrote: I'm working myself through Julie C. Meloni's book PHP and now I'm stuck at chapter 12. My script gives me this error: You have an error in your SQL syntax near '()' at line 1 even tho I've even tried replacing my own work with the file from the book's companion-files.

[PHP] Re: New to PHP/mySQL - Help on script

2002-08-26 Thread Richard Lynch
Thanks for everyones help yesterday but nI have come up against a problem (as I am new). I have created my document as detailed below with notes. I can see from the form that I have connected to the server, accessed the correct database, created the statment and executed it. The problem is how to

[PHP] Re: New 2 PHP

2002-07-14 Thread Richard Lynch
Hi Everyone. Yup.. another dummy who can't suss out php. I'm running win2000 server and have installed php (by the book), also have mysql running. I just saw an article on Apache Today (http://www.apachetoday.com) about PHP on W2K installation. It seemed to be pretty clearly-written and had

[PHP] Re: New 2 PHP

2002-07-13 Thread vins
OK For one you don't have an index.php file. I can't see the others coz you have pwd protected everything. What exactly is the error ??? George Ewing [EMAIL PROTECTED] wrote in message 000c01c22a64$b3c14840$6401a8c0@pavilion">news:000c01c22a64$b3c14840$6401a8c0@pavilion... Hi Everyone.

[PHP] Re: new to php/mysql - insert not working

2002-03-20 Thread Matt Wallace
The actual typo in your code is a trailing comma in your sql statement. '.$img_group.', '.$display.', ); Strip out the comma after your last single quote. It's very useful to have CLI access to mysql. Then you could just say, print QUERY: $query BR\n; and instead of executing it, paste it

[PHP] Re: New to PHP, just looking for resources is all =)

2001-09-10 Thread _lallous
http://www.weberdev.com/ http://www.phpbuilder.com http://www.zend.com Pete Lopez [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there, I am new to PHP and mySQL. I am a fairly quick learner and have set up a script to add/modify/delete entries from a

[PHP] Re: new to php

2001-09-09 Thread Hugh Bothwell
Kostis Mentzelos [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... is it possible to create a table that automatically updates its contents every 30 seconds? I would use JavaScript to make the page reload itself. Note: this could generate a LOT of traffic. --

Re: [PHP] Re: new to php

2001-09-09 Thread B. van Ouwerkerk
is it possible to create a table that automatically updates its contents every 30 seconds? I would use JavaScript to make the page reload itself. Note: this could generate a LOT of traffic. Yeah.. just until someone has javascript disabled. A meta tag refresh would do a better job..