any one know of any articles to share with a computer user group or post in a local
paper about linux for newbies?
Thanks
Jeff
thnx chris
i dunno when ill start to see things properly
i guess ill ve to open up ma eyes fo that ..
thnx again
toby
--- Chris Kranz <[EMAIL PROTECTED]> wrote: > >
> > and for this i need to splitt the title retrieved from db to two
> > strings ..
> >
>
>
> $array = explode( "/r/n
php-windows Digest 3 Sep 2003 01:23:47 - Issue 1897
Topics (messages 21302 through 21307):
stuck with substr now ...
21302 by: toby z
21303 by: Chris Kranz
Re: SMTP - AOL problem
21304 by: Craig Roberts
need help
21305 by: zicux
21306 by: Miha Ne
1) client pull. use the browser meta-refresh, may not work on some browsers
(like PDA's, etc, nearly all desktop browsers should be ok with this method)
just tricky with passing back QUERY_STRING, if you had stuff from previous
form.
http://www.yoursite.com/firstpage.php?action=wrongdata";>
wrong
You can use Javascript or look at header().
And check the archives it was discussed before.
-Mike
On Tue, 2 Sep 2003, zicux wrote:
> Date: Tue, 2 Sep 2003 23:36:00 +0300
> From: zicux <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] need help
>
> Hello,
>
> How can I make my pa
Hello,
How can I make my page reload in browser, for example user inputs some
data then some page will say good or bad data and then I want it to
reload to the first page where input form was?
--
Thanks,
.r.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
The AOL monkey's right :( - AOL have no SMTP server to connect to
You can use Yahoo!'s SMTP server, but need to configure the username and
password for a Yahoo! account in php.ini first.
Hope this helps,
Craig Roberts
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Right then,
>
> and for this i need to splitt the title retrieved from db to two
> strings ..
>
$array = explode( "/r/n", $stringToSplit );
print $array[0]; //first part
print $array[1]; //second part
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hay guyz
im stuck with substr now
im sure i ve actually lost it
i have a string being passed to a graph as its title
and the title is being retrieved from mysql db
now whenever i store anything with or /r/n
its displayed normally on the screen
but this time i have to pass this to a jpeg
php-windows Digest 2 Sep 2003 08:52:44 - Issue 1896
Topics (messages 21295 through 21301):
Re: download function
21295 by: Ignatius Reilly
Re: problems with mysql connections not closing
21296 by: Sek-Mun Wong
21301 by: Chris Kranz
Re: problems with mysql connection
> Chris, not sure if this is related to my question aka mysql_pconnect
>
> are u using mysql_pconnect or plain mysql_connect to connect to the
> database? This is the behaviour I'm getting, but with
> apache1.3.27/php4.3.2/mysql4.013
>
that was my first question to the guy who originally developed
11 matches
Mail list logo