[PHP-DB] Transferring tables

2001-04-14 Thread Mick Lloyd
to fiddle with the paths, or am I going about this in completely the wrong way? Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- 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] Domain registration

2001-04-13 Thread Mick Lloyd
A while ago, there was an exchange about alternative domain registration organizations, ie other than Network Solutions. I intended to save the messages but seemingly deleted them. Could someone remind me what the alternatives are. Thanks (and sorry!) Regards Mick Lloyd [EMAIL PROTECTED] Tel

[PHP-DB] Protecting files

2001-04-05 Thread Mick Lloyd
then protect the directories/scripts from anyone wanting to have a look (not that they're worth much!). Thanks Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [PHP-DB] Yet more strings

2001-03-21 Thread Mick Lloyd
Gary Thanks for the advice. I had checked the string length to make sure there were no "hidden" spaces (which there aren't in the specific field I am selecting) and have now tried trim() but to no avail. Still fiddling with it! Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44

[PHP-DB] Yet more strings

2001-03-21 Thread Mick Lloyd
m primarycodes where Code = 'Biology'; \\returns Empty set I'm no expert (obviously) but something seems odd here. Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- 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] Transmitting Arrays

2001-03-21 Thread Mick Lloyd
ve to be corrected on this by a PHP expert! Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 - Original Message - From: Mark Collin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 9:44 PM Subject: [PHP-DB] Transmitting Arrays > I have

Re: [PHP-DB] More on strings

2001-03-20 Thread Mick Lloyd
'$row[Primaryexpertise]'"; print $sql."\n"; \\Prints: select Primaryid from primarycodes where Code = 'Biology' \\which seems OK $resultp = mysql_query($sql) or die ("Failed"); \\This seems to work $pcodeid = mysql_fetch_array($resultp) or die("No pcodeid&qu

[PHP-DB] More on strings

2001-03-20 Thread Mick Lloyd
where Code = '".$row['Primaryexpertise']."'") or die (mysql_error()); $resultp = mysql_query("select Primaryid from primarycodes where Code like '%$row[Primaryexpertise]%'") or die (mysql_error()); $pcodeid = mysql_fetch_array($resultp) or die(&qu

[PHP-DB] Strings

2001-03-19 Thread Mick Lloyd
CC/Steve Thanks for the advice. I managed to get the "... Code = '".$row['Primaryexpertise']."'" option working but not the others. Thanks again. Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- PHP Database Mailing List (http://www.

[PHP-DB] Strings

2001-03-18 Thread Mick Lloyd
KE as follows: $result = mysql_query("select Primaryid from primarycodes where Code like '%$row[Primaryexpertise]%'") but I need greater accuracy because some codes contain similar data. String manipulation has me baffled most of the time! Thanks. Mick Lloyd [EMA

[PHP-DB] Load file

2001-03-14 Thread Mick Lloyd
ws"; $result=mysql_query("update $TA set P1description = load_file($cvfile)") or die (mysql_error()); Output shows File exists 1 (which I assume menas True) and the table is being read because $rows equals 2. P1 Then I get the "You have an error in your SQL syntax near '(x

[PHP-DB] Session variables

2001-03-13 Thread Mick Lloyd
QL result resource ..." error. I also get this when I click Back from either sessionrows.phtml or sessionresultid.phtml. Again not sure why? Any help gratefully received. Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- PHP Database Mailing List (http://www.php.net/) To unsub

[PHP-DB] Frames

2001-03-02 Thread Mick Lloyd
, Zend, etc but with little success. Thanks Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 -- 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]