[PHP-DB] the space in php

2002-07-21 Thread bo
the corresponding html file as bio_MikeJohnson ? Thanks and any feedback will be appreciated! Good Day. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] the space in php (2)

2002-07-21 Thread bo
Indeed, it's better that if I can just stop when I encouter a space before Johnson, and take the first name(Mike) off. So, the file name will be bio_Mike.html Thanks Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: the space in php

2002-07-21 Thread bo
test Bo [EMAIL PROTECTED] дÈëÏûÏ¢ÐÂÎÅ :[EMAIL PROTECTED] To Php Gurus: I'm writing some code like this: echo(tda href=javascript:popUp('bios/bio_.$row[scoutname]..html').$row[scoutbi o]./a/td); but the scoutname is something like Mike Johnson, which has a space in bettwen Mike

[PHP-DB] string

2002-07-21 Thread bo
Hi, for any email end with @companyemail.com such as [EMAIL PROTECTED] how do I strip only the portion(in this case:bo) before the common ending:@companyemail.com ? Thanks a bunch! PHP: the solution to the web problem Best Regards to PHP Community Bo -- PHP Database Mailing List (http

[PHP-DB] Re: To Bo

2002-07-21 Thread bo
Hi, Adam Thank you, indeed right after I post my question, I was able to use strpos and substr functions to solve my problem. Thanks a lot. Sincerely Bo Adam Royle [EMAIL PROTECTED] ??:001901c2311d$f5ea97c0$[EMAIL PROTECTED] Study these two parts in the manual, and you will know how to do

Re: [PHP-DB] string

2002-07-21 Thread bo
Hi, .: B i g D o g :. Thank you, indeed right after I post my question, I was able to use strpos and substr functions to solve my problem. But yours is even simpler with only one function, cheers. Thanks a lot. Sincerely Bo Ray Hunter [EMAIL PROTECTED] ??:01a901c23108$8a881a30$[EMAIL

[PHP-DB] php and javascript?

2002-07-22 Thread bo
link? Thanks and Good day. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Bo
Question as title, any info will be appreciated. Thanks. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Bo
basically this a code for uploading images and text info into a mysql database, however, when I execute this code, an error occured as: Undefined variable: action in \phpmySQL\add.php on line 2 what will be the problem? ?php if ($action == upload) { // ok, let's get the uploaded data and

[PHP-DB] how to insert radiobutton value into mysql database?

2002-08-17 Thread bo
processing the form? I tried to write one, but it didnt' seem to work: $insertQuery = INSERT INTO tablename VALUES ( \{$Seeking}\, . ); (and in the future how do I retrieve those from mySQL and output to the webpage?) Thank you and any help or info will be much appreciated. Bo -- PHP

[PHP-DB] how to format the output of the text info that user uploaded?

2002-08-18 Thread bo
to use pre /pre, but it didn't work well. Any suggestions? Thank you! Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] ping

2002-09-04 Thread bo
in cmd prompt(win2k)but output the result in a webpage. Any feedbacks and info will be appreciated. Thanks. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] ping2

2002-09-04 Thread bo
I just figured out how to retrieve ip but instantly thought of something more, how do I make it as an href link once I got the ip? Thanks, Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] need an idea...

2002-09-06 Thread Bo
by page html, right? How do they grab the data from other websites?) Thank you and your ideas and info will be much appreciated... Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] question regard uploading music files[2]

2002-10-04 Thread bo
Hi, following my previous question, I'm thinking that instead of inserting the music file as a blob into the database, can I just copy it into one of the directories on the web server while I upload it? if so, how can I achieve it and how do I show it as an http link then? Thank you. Bo

[PHP-DB] ping

2003-02-17 Thread bo
in cmd prompt(@win2k)but output the result in a webpage. Any feedbacks and info will be appreciated. Thanks. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] session confusion| can anyone help?

2005-08-25 Thread bo
here is the code for accesscontrol.php which control the access to protected page, the server gives an error as of Notice: Undefined index: uid in E:\www\signup\accesscontrol.php on line 7 Notice: Undefined index: pwd in E:\www\signup\accesscontrol.php on line 8 I tried input username and