Hi there,
is there any way to access two variables in a query string that have the same name e.g
test.php?name=joe&name=bob
Is there any way to extract both values of name without changing the way the query
string is created?
Thanks,
Abe
I'd like to ask your help to figure out why PHP objects are stripped of
their local variables when you add the objects to an array.
Shouldn't these be references, not shallow copies?
The code below is a simple org chart.
I create three instances, each is added to a global array c
client's hostname by php?
> --
>Joskey Liaus
>[EMAIL PROTECTED]
>
>
You may need to have a look at:
http://www.php.net/manual/en/function.gethostbyaddr.php
Arcadius.
--
PHP General Mailing List (htt
Hi,
suEXEC will only work if PHP is installed as CGI, not Apache module...
Regards,
Serge
> Hi,
>
> Apache 1.3.24, PHP 4.2.2
>
> I am running a php script which executes something like
>
> system("scp -r -S ssh host1:/home/dir host2:/home");
>
> T
when I do this
eregi("^([a-zåäö_\.- ]+)$",$value);
I get this:
Warning: Invalid range end in
/home/zinekweb/public_html/corporate/_mcm_contacts_upload.php on line 42
Why?
I running Apache1.3 on my XP machine with PHP 4.2something.. but when I upload to a
RedHat7.2 server with
> Because its better to have someone waste time trying known hacks for a
> platform I don't have than to have the same person not know the platform
and
> start spending time figuring out what it is right off the bat.
That will not work.. try the following:
telnet yourserve 80
and
Hi.
I have myself written a rather clumsy mass mailer in
php which queues mail via the sendmail-command.
I have found this to be rather slow and ineffective.
You are talking about queueing mail directly to the
mailqueue, and I wonder, how is that done with php?
About making mails not rejected
Hi.
I am currently working on a projekt that will involve uploading files with filesizes
up to about 10mb, and all sorts of different filetypes and I havet o Questsions
concerning that.
1 ) How should the upload be done? I don't feel all that comfortable posting
10mb-files via a simple
Files in web folders should usually be 755
/peter a
At 2003-01-23 11:15, Marco Alting wrote:
>Hi, I have a php script which uploads file to a webserver. The idea is that
>anyone can upload files, but only another php script can read the files. At
>this moment I think someone is dele
HI EVERY BODY=20
I HAVE THE FOLLOWING TROUBLE INSTALING PHP
GUYS I NEED THE INFO HOW CAN I INATALL PHP MODULE IN WINDOWS USING =
APACHE
VERSION
apache_1.3.26-win32-x86-no_src.msi
I BEEN TRIED THE VERSIONapache_1.3.26-win32-x86-no_src.exe BUT HE =
SEND
IT TO ME A ERROR ON THE SYSTEM
hi pals
how can i make the server email me
the results of this form __
no
any subjestion
that results an error
Method Not Allowed
The requested method POST is not allowed for the URL /1/x.php.
Apache/1.3.26 Server at x.x.x.comPort 80
how can i make the server email me
the results of this form __
no
any subjestion
HEY PAL i been tri that but its send it to me this
this is the source
http://www2/LUIS/mai.php3"; method="POST">
no
what du u think about that ??
look
http://www2/LUIS/mai.php3"; method="POST">
mensage
***
an this is the php script
his name is mai.php3
***
\n". "Reply-To:
<$sender>
what du u think about that ??
look
http://www2/LUIS/mai.php3"; method="POST">
mensage
***
an this is the php script
his name is mai.php3
***
\n". "Reply-To:
<$sender
?
:)
- Original Message -
From: "Luis A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 23, 2003 3:12 PM
Subject: [PHP] why this ?
what du u think about that ??
look
http://www2/LUIS/mai.php3"; method="PO
and how can i do that??? mai you please___??
:)
- Original Message -
From: "Christoph Christ (Wien)" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 6:40 AM
Subject: Re: [PHP] Re: sending r
HE Y IS REALY WORKSA
PHP S' THA BEST >)
i love it php
im newbabe yet using php but i like it
>)
thanks for your atecion l
>))
- Original Message -
From: "R'twick Niceorgaw" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Sent: M
hlelooww>)
i need some one can help me please?
i need to make this quine of conection
for example
i want to connect to a remote mysql server
i realy apreciate if some one can help me
please?
>)
i need to do this
$link = mysql_connect("remote host", "mysql_user", "mysql_password") or
die("Could not connect: " . mysql_error());
how is that ???
do i have to put the same function ?
or is diferent?
- Original Message -
From: "B
hi pasl i got a troblem here
if some one can help me ?
take a look at this
HE DOES NOT WORKING
any subjest ?
MEN I DONT HAVE INTERNET ACCESS
thanks anyway
if some one else can help m e please
- Original Message -
From: "Bryan Lipscy" <[EMAIL PROTECTED]>
To: "'Luis A'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 200
hey i think the root does not need password to connect to mysql
or yes
on my server the root user does not have password
thats why i dont know why he does not update the database?
- Original Message -
From: "paulm" <[EMAIL PROTECTED]>
To: "Luis A" <[EM
how is that ??
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "'Luis A'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 8:07 PM
Subject: RE: [PHP] mysql trouble
> > take a look at
you mean i do not need to put the pus on the end of the function
(+) i dont need to put there that?
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "'Richard Whitney'" <[EMAIL PROTECTED]>; "'Luis A'&q
i know
the sql server in default does not have password
- Original Message -
From: "paulm" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 8:06 PM
Subject: Re: [PHP] to paulm Re: [PHP] mysql trouble
> k bu
sql trouble
> No, he doesn't mean that.
>
> You are doing:
> $String = "text " + "more text";
> while you should be doing:
> $String = "text " . "more text";
>
>
> Niklas
>
> -Original Message-
> From: Luis
the mysql server guives to me this error now
tk a look
¡Gracias! Hemos recibido sus datos.
Warning: mysql_free_result(): supplied argument is not a valid MySQL result
resource in c:\apache group\apache\htdocs\1\2\registered.php3 on line 39
Warning: mysql_close(): supplied argument is not a
i dont know whyyy he does not inser into the databse the values ??
take a look
aparently hje works all rigth
but when i present this var
";
echo "Pais: ".mysql_result($result, 0, "pais")."";
echo "Provincia: ".mysql_result($result, 0, "
rsday 27 February 2003 01:00, Luis A wrote:
>
> > > $link = mysql_connect("localhost", "nobody");
> > mysql_select_db("mydb", $link);
> > $result = mysql_query("SELECT * FROM opina", $link);
> > echo "Nombre: ".mysql_r
HTML
b)single
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 12:38 PM
Subject: Re: [PHP] to Jason Wong Re: [PHP] mysql trouble
> On Thursday 27 February 2003 01:32, Luis A wrote:
> >
how can i get
users marcador in php
??
can some one help me on that ?
hi every one here
o got one problem here on the php
take a look at this
Nombre :
Teléfono:
E-Mail:
Pais :
Comentario: escriba aqui su el
comentario que desee añadir
aparently php create the table on the mysql server (he make the connect to the mysql
server) , but he does
he does not present any problem
he does not intser any thing on the mysql
he create the table but it does not insert on table the data of the form
i try that all ready and nothing >(
- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "L
)
- Original Message -
From: "Bryan Lipscy" <[EMAIL PROTECTED]>
To: "'Luis A'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 12:27 PM
Subject: RE: [PHP] i got a problem
> Try
>
> echo $sql;
>
> T
it does not working
its the same
:(
some one else can help me whit that ???
- Original Message -
From: "Bryan Lipscy" <[EMAIL PROTECTED]>
To: "'Luis A'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 1:17 PM
Sub
HEY AA
IT WORKS FINALY WORK IT !!
I FIND WHERE WAS THEE PROBLEM
THE PROBLEM WAS ON THE method
i forgat to put extract ($GEt);
jajaaj
thanks pals
how i can make ssl on php4 ???
but how can i do that ??
hrere a set the ssl
may you please guive to me a hand with that ???
i using apache to win32
- Original Message -
From: "Tom Woody" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Sent: Friday, March 07, 2003 11:02
page usig agora server by email
pleaze help me pals
:(
- Original Message -
From: "Tom Woody" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Sent: Friday, March 07, 2003 11:59 AM
Subject: Re: [PHP] Tom Woody <[EMAIL PROTECTED]>Re: [PHP
hi every one :)
how can i uploads files to my server by php script ?
any hand on that i realy apreciate
Thanks
__
Luis Atala
Profetional Web Desinger
Facultad de Cultura Fisica
Linux User#: 412375
ICQ#: 132736035
Current ICQ
thanks but i dont hav e internet accesss
:0
:)
- Original Message -
From: "Jon Haworth" <[EMAIL PROTECTED]>
To: "'Luis A'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 1:32 PM
Subject: RE: [PHP] how to uploads
hi again
any y one here can tellme when a have to set the file when i have to upload
???
";
if (move_uploaded_file($uploadfile, $uploaddir)) {
print "File is valid, and was successfully uploaded. Here's some more
debugging info:\n";
print_r($_FILES);
} else {
hi,
PHP dos have some printer_* functions. had a look? :-)
-shiva
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Dear all,
>
> I have research about library automation engine in my library.
> developing on PHP + MySQL
> We need to develop printer utili
Hi friends,
I was just wondering about this. Whenver we reply to the posts here, we just
click on the reply button and fire off our messages. This results in long
messages (fresh content + earlier content) within a single mail. Now, the
question is how would we use the regex functions to remove
e storing the actual responses.
I'm sorry for the confusion arising coz of incorrect statement.
Thanks and Regards,
-shiva
- Original Message -
From: "- Edwin -" <[EMAIL PROTECTED]>
To: "Shivanischal A" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
> On Thursday 03 July 2003 16:37, Shivanischal A wrote:
> > Hi Edwin,
> >
> > Let me restate my question...
> >
> > I'm now replying to ur mail. I've left ur message to me untouched.
> > (whatever follows '- Original Message - ')
Hey Guys,
I need a little help coz I dont know if i have missed anything in my
"design"
1)
I want to make "rateing/voteing system" (something like the one that is
being used at hotscripts) that will take around 5 parameters via radio
buttons and make sure that the person cant
IntrestingI have created 4 products that sell and a few scripts for free
(which helped me learn php) plus I co-webmaster for 2 sites that sell
scripts, around 40 of them totallycan i advertise for each of them here
one by one or do i have to do it by website or all 44 at once??
I know the
Didnt we just have a thread about spamming like this on the list?
- Original Message -
From: "Alexandru COSTIN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 9:22 PM
Subject: [
Hi,
I never said that it isnt a good product, heck it sounds like its a great
product...
I myself am a newbie here (a few months) pretty new to php compared to a lot
of guys here but have created some commercial scripts...imagine the old
fossils :-) here who have created loads of good scripts?
I
Hey,
Cool, I guess it boils down to a matter of opinion then, but if you feel all
PHP related products are not spam (commercial or not) everytime the 3 sites
I am in touch with releases a new php product will be sure to let you know!
I hope you dont have any complaints.
Cheers,
-Ryan
Hello!
I have a form with a textarea...
When the user submits the form, I validate the form on another page.. and in
case the data are not valid,
I redirect the user back to the form, passing all the info filled in
previously in the URL, then I easily display the values in the form
again For
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The correct way is:
> In validate.php:
> if(error) {
> if(magic_quotes) stripslashes();
> urlencode();
> } else {
> INSERT INTO ...
> }
>
> In form.php:
> // urldecode() is not needed, GET variables are already decoded
Hi guys,
I want to convert my old java greetings programs into php scripts but am
stuck on one little thing.
I have a bunch of thumbnails in a 3 directories, the problem is the number
of thumbnails in each directory is differient...how do i first make the
script look into the directory, display
Hey,
Am just getting into PHP cookies and have gotten a problem...(surprise
surprise)
Am trying to set a basic cookie to see exactly how things work before I
start using it in my apps, heres the code i am using:
(SetCookieEx.php)
This is the output I am getting:
**
Warning
Hi again,
I am setting 2 cookies like so:(setCookie.php)
then I am trying to delete the second cookie like so:(delCookie.php)
http://bestwebhosters.com/testing/ReadCookieEx.php>Read
When I check ReadCookie it shows me that both hav been deletedwhy?
How can i delete just one of the two coo
Hey,
Thanks for replying.
As you might have guessed, i'm new to using cookiesso how do i make sure
that the cookie will work for http://best and www.best... and
blah.bestweb etc? because thats what I thought I was doing by using
.bestwebhosters.com
Thanks,
-Ryan
> --
Hey,
Thanks dude, will give it a go.
Cheers,
-Ryan
- Original Message -
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, July 17, 2003 5:34 PM
Subject: Re: [PHP] deleting one cooki
Hi,
I have just been browsing the list and I see a recomendation for eShox
rather than OSCommerce, I did a search on google and found these 2 main
sites:
http://www.versiontracker.com/dyn/moreinfo/macos/17609
http://www.tenon.com/products/eshox/
and a lot others.
Most of the sites are selling the
Hi,
I want to make sure my scripts can be executed on only one domain (or
localhost/ 127.0.0.1)...it should not matter if its
http://somesite.com/myscript.php
or http://somesite.com/~blah/myscript.php
or http://blah.somesite.commyscript.php
or http://somesite.com/1/2/asdf/234/myscript.php
It sh
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 19, 2003 11:59 AM
Subject: [PHP] Re: classes v. functions
> Hi,
>
> am Friday 18 July 2003 23:08 schrieb Andu:
>
> > This may show my ignorance or my refusal to take for granted something I
> >
Hi,
Can anyone recomend a good affiliate program please?
I have found a couple at hotscripts/scriptSearch and google but I dont know
which one is really good (and free :-D ) depending on your
experience...which one would you recomend?
The program is for sites selling software and memberships (non
SPAM!
Will someone kick this jerk off the list please?
-Ryan
- Original Message -
From: "Rausch Alexandru" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 23, 2003 6:05 AM
Subject: [PHP] http://poker.club66.ro
--
PHP General Mailing List (http://www.php.net/)
To un
Hi guys,
I want to convert my old java greetings programs into php scripts but am
stuck on one little thing.
I have a bunch of thumbnails in a 3 directories, the problem is the number
of thumbnails in each directory is differient...how do i first make the
script look into the directory, display
ent: Thursday, July 24, 2003 5:23 AM
Subject: Re: [PHP] reading from dir and displaying thumbs
> On Thursday 24 July 2003 07:41, Ryan A wrote:
>
> > I want to convert my old java greetings programs into php scripts but am
> > stuck on one little thing.
> > I have a bunch of
Hi everyone,
I think i have read about this on the list before...or someone i'm sure must
have had the same problem.
I have a couple of tables, some with pretty large amount of fields (48 or
more) is there anyway to automatically create search forms after looking at
the database? or anyone
Hi everyone,
I am having some funny output and funny things happening to my scripts since
I changed hosts...
my login scripts were working fine before but now they dont seem to
work...also there is a hidden text box appearing in the
code that i didnt write...this is it:
Also notice that it ends
.
Kindly reply,
-Ryan
- Original Message -
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, July 26, 2003 2:44 AM
Subject: Re: [PHP] funny output
> --- Ryan A <[EMAIL PROTECTED]> wro
Hi,
The first thing I checked was register_globals.they are on.
(http://www.bestwebhosters.com/phpinfo.php)
Any other ideas/suggestions?
Please help as I am hitting a total blank trying to find out where the
problem is.
Thanks,
-Ryan
- Original Message -
From: "Comex&quo
Hi,
thanks for replying.
No, its looking for get, and globals is on.
This is my code:
*Start code*
5)
{include("my.top.php");
Print("Error: Plans not saved.You have not either not chosen a plan to
add to your MyList account or you have tried to add mo
ou can see below it really a pretty simple script and line 84 is the
last line AFTER php terminates, Please help.
heres my code:
Welcome, this is your "MyList" control panel.
You may add/save all your favourite plans here for later comparision.
You can add upto 5 plans at a time and
Hi,
Ok, have half solved why my scripts all of a sudden stopped working.
This is how my scripts are setup:
There is a form(login.php) where the user puts in his user/pass, then this
is authenticated(auth.php) by the database and a few other sessions are
created (email,cust_number) and also
Hey,
Thanks for replying.
I know you can manipulate the php.ini file via htaccess or by putting some
instructions in the include file...is there any way to turn on cookies again
and turn off session.use_trans_sid so i can go back to the old way it was?
because I have a lot of header("loc
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>
Cc: "Marek Kilimajer" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, July 26, 2003 9:15 PM
Subject: Re: [PHP] Half solved...what
Hi,
I want to find out if this is my browsers fault or the settings in my
php.ini, can you goto http://bestwebhosters.com/my.login.php then look at
the page source and tell me if there is a hidden variable after the form tag
with the name "PHPSESSID"
Thanks for helping.
Cheers,
-Ryan
want to find out if this is my browsers fault or the settings in my
> > php.ini, can you goto http://bestwebhosters.com/my.login.php then look
at
> > the page source and tell me if there is a hidden variable after the form
> tag
> > with the name "PHPSESSID"
> >
Hi everyone,
Just in case you or anybody in the future (maybe reading the archive) come
accross the same problem here is how i have solved it and made all my
scripts run perfectly again as they were before.
I just created a .htaccess file and added these 2 lines since i dont have
direct access to
Hi,
I am trying to get my data into a very similar layout as this:
http://hostfilter.com/ComparePlan.asp?IntVal1=389&IntVal2=546&IntVal3=605
see the table with the plans...how is he getting that in one table? what
kind of logic is that? the best I can do is for each column I have to use
re you have.
Heres the link again, you can see the datastructure (hopefully)
http://bestwebhosters.com/compare.php?id%5B%5D=1&id%5B%5D=2&id%5B%5D=4&id%5B
%5D=5&id%5B%5D=13&type=1
Kindly reply,
-Ryan
> * Thus wrote Ryan A ([EMAIL PROTECTED]):
> > Hi,
> > I am
Hey,
Thanks again.
It should take me around an hour or two just to figure out what you
wrote...:-D
I guess i have to hit the manual quite a bit.
Thanks,
-Ryan
> > Hi,
> > Thanks for replying.
>
> no probs...
>
> >
> > I have not worked with arrays much other
}
extract( $rows ); ///extract our result into variables named after our
fields
$content[id][$n] = $id;
$content[title][$n] = $title;
$content[text][$n] = $text;
$content[date][$n] = $date;
$n++; //increment our number for next time...
}
**
My question is: is there anyway
.
(Damn, i love php, never worked with these kinds of arrays before and its
still a snap.)
one last question:
According to the script I am calling an include file...
eg:
if(r=2){include "blah1.php";}
elseif (r=3){include "blah2.php";}
and so on
now blah1,2,3 etc are most
Nope, I too have gotten a few of those and its a pain in the @ss.
- Original Message -
From: "Curt Zirzow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 28, 2003 7:26 PM
Subject: [PHP] List Problems
> Any body else getting a message back with
Hi Radek,
This has been posted before...around once every 2 weeks I guess :-)...check
the archive or you will/may get flamed.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi everyone,
Am confused about what the @#%# is happening to my scripts because this was
working yesterday, now i restarted my localhost machine and its not working
now moreand its real simple stuff as you see.
if(isset($id))
{
$result = count ($id);
echo $result;
echo $id[0]." ".$id[1]." ".
".$id[2];}
if(isset($id[3]))
{$ppp4="plan_id=".$id[3];}
if(isset($id[4]))
{$ppp5="plan_id=".$id[4];}
Any ideas?
thanks,
-Ryan
> Ryan A wrote:
> > Hi everyone,
> > Am confused about what the @#%# is happening to my scripts because
> > this was working yest
Hi,
If i am posting something like this from a form:
How do i get the value of id[]?
eg:
I dont want the "sh1" and "sh2", i just want the "3" and "4"
The reason i dont wan the sh1 and sh2 is those are dynamic and will be
changing, I just need the
t; Hi,
> > If i am posting something like this from a form:
> >
> >
> >
> > How do i get the value of id[]?
> > eg:
> > I dont want the "sh1" and "sh2", i just want the "3" and "4"
> >
> > The reason
Tuesday, July 29, 2003 11:59 PM
Subject: [PHP] Re: Simple Array question
> Normally array values start at 0 (zero), but let's say sh1=1 and sh2=2.
then
> you could echo the values out like this: echo "ID 1: $id[1]ID 2:
> $id[2]";
>
> Irvin.
> _
Hey John,
I guess you are right, I do rely on this list quite a bit but am not the
only one.
Am learning by my mistakes though and finding solutions...they may not be
the best solutions but they still work, everyone has to learn.
Thanks for replying to the question though. And i didnt know about
Hi,
have around 20 sessions setup and want to delete one of them...
eg:
I have the following sessions:
one
two
three
four
five
etc
I want to delete "four", what should i use? am puzzled by the manual which
offers these two options:
unset($four);
session_unregister($four);
which is better? I am st
Hi,
I have a set of checkboxes (around 38) which will be sent to me via a
post(eg: http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I am just screwing around and getting used to arrays with a "foreach" thanks
to Michael,Jan and Evan from this list and have run into problems.
My requirment is pretty simple (code is below too)
1)unset all the sessions that might have been set with reference to the
hardcoded array
stWebHosters.com - Compare
.
and this gives me:
Notice: Undefined index: hide in
c:\phpdev\www\bwh\project\customize.shared.php on line 14
the value is:
What am i doing wrong?
I checked all my includes every last one of the have a session_start etc...
Please help.
Cheers,
-Ryan
Hey,
I got it, the problem was that where i was setting the session i didnt have
a session_start().
Thanks anyway.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Hi,
This is what i am doing, querying a database via a select statement (getting
max 5 records), then dumping everything into an associative array. And then
assign the arrays value to a variable for easier readibility and usability
like so:
if(!($rs = mysql_query($q))) // querying
{ echo "
Hi,
I have just found this in my book: $$var = $value
what is the double dollar for? or is that a typo?
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Hi all,
thanks for replying.
I guess i have to read the manaul in a little more detail now and also
update the manualam using last years one, i didnt think there was a big
differience but i guess there is.
Thanks again.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information
1 - 100 of 2309 matches
Mail list logo