> I wrote class that contains a function that retrieves users shopping
> cart items from database and then returns an array with qty, item number
> , item name, etc.
>
> So now whenever I want to retrieve the users cart I use the following:
>
> $cart_contents = $cart->get_cart_contents();
>
> I t
> Does anyone know of any built in functions or options for the US states?
> I want to make a drop down menu and some other things which have the 50
> states in it. Is there any shortcut for this with PHP, or do I need to
> do it all manually in HTML? Please let me know. Thanks.
>
> Matt
Hi M
nd the file is uploaded (since I can see it under
> /tmp)
> --- Andrew McCombe <[EMAIL PROTECTED]> wrote:
> > Put enctype="multipart/form-data" in your
> > tag;
> >
> >
> > - Original Message -
> > From: "Robert Mena" &l
Try copy() instead of move_uploaded_file and see what you get.
Andrew
- Original Message -
From: "Webmaster" <[EMAIL PROTECTED]>
To: "Marek Kilimajer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 04, 2003 5:12 PM
Subject: RE: [PHP] More on file upload
> Directory perm
- Original Message -
From: "Steve Jackson" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Monday, July 07, 2003 1:34 PM
Subject: [PHP] How to insert a variable into a PHP template.
> Hi,
>
> I want to write a PHP template with a variable number of the last
> recordset i
> Hi,
>
> I know this is really basic but i have a form for users to enter the
> date of an event that i would like to store in a mysql database how do i
> get the users input into the database in the right format.
>
>
For date validation I always use a javascript calendar thingy available fro
w dir
and renaming it to php.ini - then modifying that.
HTH
Andrew McCombe
> Steve have you tried to search the entire drive for the php.ini file?
>
>
> - Original Message -
> From: "Steve Marquez" <[EMAIL PROTECTED]>
> To: "PHP eMail List" <
ainment and identity
for ($i=0; $i < mysql_num_rows($rst2); $i++) {
$r=mysql_fetch_array($rst2);
$level2[$i] = $r['name'];
$rst3 = sql_call("SELECT * FROM tmenu WHERE parent=".$r['id']);
while ($a=mysql_fetch_array($rst3)) {
$level2[$i][] = $a['name
r ('WHERE REGEX "^projects/corporate|entertainment|identity/'
(this doesnt work))? Hope someone can help.
Regards
Andrew McCombe
Interactive Web Solutions (Stafford)
Tel: 01785 279921
--
Does mysql have an explode function? I suppose this is the wrong place to
ask...
Andrew
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Andrew McCombe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003
idea how to solve this. It just gives me a headache.
>
> TIA
Try escaping your paths with double slashes, ie,
d:\\Apache\\htdocs\\supreme\\image.gif or
d://Apache//htdocs//suprem//image.gif
might work.
Regards
Andrew McCombe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o update the links or buttons from
> page to page.
>
> Thanks in advance,
> Dan
Yes you can. I'm currently writing a script that uses php to pull info
in from a mysql db and passes the results back to flash as xml.
Don't ask me how the flash part works though, i don'
Hi
My hosting company has disabled phpinfo(). How can I find out which version
of GD they have installed?
Regards
Andrew McCombe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
13 matches
Mail list logo