[PHP] Calendars

2002-06-10 Thread Kevin P

Hi
I am trying to feature a calendar on a web site. I would like it to display
on a page and be able to change to another month when this is requested and
display items for the general public. I want the client to be able to go
into the database and update the items and those items to appear on the
site. Is there something outthere already packaged like this?

Kevin P




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Newbie

2002-01-09 Thread Kevin P

Hi

I am trying to keep information that is input via a form. This form may be
used 1, 2, 3, 4 or more times for each entry. Meaning that the form will be
filled out and added then another of the same form filled our and so on
until the person clicks the the complete button.

Can I hold this info by session or do I have to insert it into the database
after each time? I would rather not put it into the database until the
session  is complete and they have a chance to verify their entry.

Thanks
Kevin



-- 
PHP General 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] I am very new Question

2002-01-07 Thread Kevin P

Hello

I am extremely new to PHP and I want to have a clickable item that will
bring up a particular item from the database (i.e a menu) What is the
proceedure here? Can anyone help me?

Thanks

Kevin



-- 
PHP General 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] Sessions

2002-01-03 Thread Kevin P

Hi
I am working on a Admin view of an Intranet site. They need to enter orders.
An order can include many inventory items so I have divided it up to two
pages.

I have set up a first page session that passes the first page info onto the
second page where the inventory items are addes to the order. I need to be
able to add multple second pages while still maintaining the first page info
and collecting the multiple second page info and then sending all the info
to the database when the user finally clicks the finish button

Can anyone help me with this

Thanks
Kevin



-- 
PHP General 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] Re: Count()

2001-08-29 Thread Kevin P

I have counted some rows in MySQL and I need to know how to pull out the
number of rows.
SELECT COUNT(*) AS myCount FROM Products



-- 
PHP General 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] Count

2001-08-29 Thread Kevin P

Hi
I have counted some rows in MySQL and I need to know how to pull out the
number of rows.
SELECT COUNT(*) AS myCount FROM Products

Thanks
Kevin



-- 
PHP General 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] Math Inside Strings

2001-08-29 Thread Kevin P

echo input type='hidden' name='currentPosition'
value='$currentPosition+1';

can anyone tell me how to get this to stop printing:

input type='hidden' name='currentPosition' value='0+1'



-- 
PHP General 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] Page detect

2001-08-21 Thread Kevin P

Hi all

I am just five days new to PHP. When sending an HTML form to a PHP page
for handling, can you cause the PHP to detect the page name (like form.htm
or form2.htm)?

thanks

Kevin



-- 
PHP General 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] Re: PHP indexOf()?

2001-08-21 Thread Kevin P

For someone used to Java  JavaScript..  what function would replace  
myString.indexOf(myStringPiece) ??