Hi
I'm looking for recommendations for places I might look for free news feeds
to incorporate into our companies website. Specifically I'm looking for
feeds related to the pharmaceutical and medical industries.
Thanks,
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Hello,
If I have an associative array like:
$myFriendsAges['Tom']=25;
$myFriendsAges['Bill']=35;
$myFriendsAges['Al']=45;
$myFriendsAges['Mark']=55;
Is there a way to index name into a string. I would like to be able to
echo something like:
My friend Bill is 35 years of age.
Is there a way to do
Thanks for the reply Denis,
Let me elaborate a bit.
I have a php page which I want to pass a series of variables via a url string.
eg
myPage.php?dataPoint1=10&dataPoint2=20&dataPoint3=30
The thing is I won;t know until runtime how many dataPoints there will be
so I have also included 1 additional
Hello,
I'm sure this is a newbie question but I don't know the syntax.
I want to create a series of variables within a php script at runtime with
a for loop.
eg
myVar1
myVar2
myVar3
etc
What is the proper syntax to do this?
Thanks,
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsu
4 matches
Mail list logo