Re: [PHP] encyption using sha1?

2003-11-21 Thread Richard Cook
Many thanks, youre right about those curl ones...lol R - Original Message - From: Nigel Jones [EMAIL PROTECTED] To: Erin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 21, 2003 10:20 AM Subject: RE: [PHP] encyption using sha1? Last Message Messed Up So here goes

[PHP] Ive lost a zero somewhere

2003-11-05 Thread Richard Cook
I have a problem with the following when i multiply for example 25 . 50 * 3 i get 76 . 5 how would i get PHP to recognise the last 0 ie make it 76 . 50 Any ideas? Regards R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ive lost a zero somewhere

2003-11-05 Thread Richard Cook
Christ that was quick! Cheers - Original Message - From: Martin Towell [EMAIL PROTECTED] To: 'Richard Cook' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:04 AM Subject: RE: [PHP] Ive lost a zero somewhere number_format or (s)printf -Original Message

[PHP] Array Hell

2003-10-23 Thread Richard Cook
Hi All, Im having a headache trying to sort this out... I have my array which is created each time a user adds an item to my basket, this all works fine. The problem im having is that when the user adds the item to the cart they have the option of selecting '0' as the quantity which in effect

[PHP] Re: link question

2003-10-23 Thread Richard Cook
nextpage.php?recordset=?php echo $recordset[id];? then use the value of recordset to link back to that information on the next page. Is that what you mean? Regards R Davy Campano [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a php page that makes a table from data in a

[PHP] Anyone know a way of converting a timestamp value into something readable?

2003-10-14 Thread richard cook
Thank you R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating a Search field

2003-10-09 Thread richard cook
Sorry all I know this isnt really a 100% PHP matter but someone may be in the know here. Ive been trying for ages without success to create a search field for my mysql database using php. I need to create a feature that allows users to enter certain words that can be searched ie search = 'red

[PHP] Variable Nightmare

2003-10-08 Thread richard cook
Hi all, I have a problem that I cant solve, any help would be welcomed! I have a form which is repeated by a for loop, the form has one element an input field. The problem im having is the name of this field for example ive used the following to name it: for loop here input name=value?php