[PHP-DB] PHP unpredictable with connection to MySql

2004-12-05 Thread Jamie Marshall
connect with MySql absolutely nothing happens. So I have no idea what to do or how to fix it. The same problem has even occured when I have tried using Apache 1.33. I would appreciate any help anyone could give me as I am a beginner to all of these programmes. Thanks in advance Sincerely Jamie

[PHP-DB] Searching a file for text surrounded by brackets

2003-07-16 Thread Jamie Saunders
Hi, I need a way of searching a file for text between two brackets, below is an example of a couple of lines from the file I'm searching: {L_LOGIN} {L_LOGOUT} So I'll need to search the above for text between the '{' and '}' brackets and read each into an ar

Re: [PHP-DB] detecting browser close or change of url

2003-07-02 Thread Jamie Saunders
p a second window/page.. > of course, anyone with half a brain and a popup-stopper won't get that > page :) > > --rylin > > > Jamie Saunders wrote: > >>Hi, >> >>I'm trying to figure out a way of detecting when a user closes the >>browser, or if

[PHP-DB] detecting browser close or change of url

2003-07-02 Thread Jamie Saunders
ppreciated. -- Jamie Saunders Media Architect [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] checking a string for numbers

2003-06-26 Thread Jamie Saunders
Hi, I'm trying to find a way of simply checking a string for numbers. e.g. if ($myVar contains a number) { //numbers present } else { //no numbers present } Thanks, -- Jamie Saunders Media Architect [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubs

[PHP-DB] strange query problem

2003-06-23 Thread Jamie Saunders
ng into phpMyAdmin and it works first time every time. So if there's nothing wrong with the query string or the database, what else could be causing this error? -- Jamie Saunders Media Architect [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] new memeber

2003-06-11 Thread Jamie Saunders
dynamic, database driven sites and think that PHP is one of the most versatile and user friendly programming languages available. Best Regards, J -- Jamie Saunders Media Architect [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] fwrite()

2002-01-25 Thread Jamie Kupernik
$prefilename = date("m-d-y"); $filename = "$prefilename.txt"; $db = mysql_connect("localhost","cloft","spring"); mysql_select_db("countryloft"); // get requests from table $result = mysql_query("SELECT * FROM catalogreq WHERE PROCESSE

Re: [PHP-DB] mysql_fetch_array missing first record

2001-08-07 Thread Jamie Saunders
This was indeed the problem, I was calling the mysql_fetch_array earlier in the code. Once removed it worked fine. Thanks. Jamie "Paul Burney" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > on 8/7/01 1:41 PM, Jamie ([EMAIL PRO

[PHP-DB] mysql_fetch_array missing first record

2001-08-07 Thread Jamie
. Jamie Saunders -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] password security on an isp

2001-03-08 Thread Jamie McClelland
file they are looking for. Anyone have suggestions on how to close this security hole? Thanks, Jamie -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] data from db

2001-02-12 Thread Jamie Alessio
the word " . $search_word . ", so I want to make it a different color"; $your_colored_output = str_replace($search_word, "" . $search_word . "", $your_output); echo $your_colored_output; Something like that should do the trick (I haven't tested that code though).

Re: [PHP-DB] Quickie Question

2001-02-05 Thread Jamie Alessio
- it turned out I was using all the data except for a TEXT field. I removed that field from the query the execution times went from 10+ seconds to a fraction of a second. - Jamie -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands