Hi,
Thanks for your suggestion on the topic "is ZendStudio IDE necessary"
in php mailing list.
HAVE A NICE DAY...
-Ravi Joshi
Hi Walter,
Thanks for your suggestion in php mailling list on the topic
"Can i run php script using command prompt in any location by typing
scriptname.php"
-Ravi Joshi
Thanks everyone for the help with this issue !
> > another quick one. I was wondering what you'd have to do
> > with a function, so it would be able to have 'optional' parameters
> > when calling it.
> >
> > much like:
> >
> > string substr ( string string, int start [, int length])
> >
> > where
Marlene Burckhalter wrote:
Dear Svensson, B.A.T.(HKG),
Thank you for your professional advice. I did actually isolate the problem to a block of code, took it out, and wrote better code with the help of someone who knows more than I. Someone a lot like you, probably.
Yeah, I find that B.A.T's
Dear Svensson, B.A.T.(HKG),
Thank you for your professional advice. I did actually isolate the problem to a block
of code, took it out, and wrote better code with the help of someone who knows more
than I. Someone a lot like you, probably.
Thanks,
Marlene
From: Marlene Burckhalter
> Thanks to all. Somehow I got it working.
> I am not sure what I was doing wrong. I made a lot of changes.
> You know how debugging goes. Sometimes you don't know which
> change made the difference.
No, I am not familar with that type of debugging.
If you was not a
Thanks to all. Somehow I got it working.
I am not sure what I was doing wrong. I made a lot of changes. You know how
debugging goes. Sometimes you don't know which change made the difference.
- - - Marlene
$cartcontents = 0 ;
// if value of $cartcontents is defined , it will announce undefined
$cartcontents
$i = 1 ;
while ( $i <= $_SESSION["productlist"] )
(
$cartcontents = "$cartcontents".$_SESSION["cart_m$i"].""; // this is my
correction
//$cartcontents = "$cartcontents$_SESSION[\"cart_m$i\"]";
so good , thank you , thanks so muck
...
"H Marc Bower" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Give this a go:
>
> $row = 0;
> $col = 0;
> echo "";
> while($row < 3)
> {
> $row++;
> echo "";
> while($col < 5)
> {
>$col++;
>echo
Thank you very much!
__
Quazar Web Design
If you've got the time, we've got the design!
I solved the problem jus looking properly to phpinfo for each time i changed
something and try to see if it's changed
thanks.
--
martina.
"Aleem" <[EMAIL PROTECTED]> wrote in message
000401c1d980$2ca4e590$886c6518@Raptor">news:000401c1d980$2ca4e590$886c6518@Raptor...
I am getting the wierdest P
Woohoo! It's working now!
Thanks for your help!
-Séb
--
PHP Windows 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]
Have got a lot of replies helping me out on my installation problems of
Apache, PHP and MySQL on windows. Would like to say thank you to you guys
(including all who have replied to me in my discussion thread and also to my
mailbox). This list is really helpful!
onefish
--
BizPartner IT Center
~
Just want to say thank for all the quick replys to my problems, got it
sorted now. Thanks for going easier on a beginner!
Probably be speaking to you again soon!
Cheers
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
14 matches
Mail list logo