[PHP] Interesting Problem

2002-01-09 Thread Yoed
s is a good efficient way or if you guys have any better suggestions as to what I should do. Thanks for your time and help, Yoed -- 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: Interesting Problem

2002-01-09 Thread Yoed
by whichever column & display it however -drop the temp table Pretty nice eh?... now just to look up temp tables :-) Yoed Yoed <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi... I have an interesting problem I don't know which way

[PHP] A variable with a variable

2002-01-10 Thread Yoed
would I go about calling $Var_Call=$Var_$Num_Stat ? Or $Var_Call="$Var_$Num_State" hmm not hat wouldn't work? So what do you guys suggest? No if statements... since I want to know a way that can be used if I have more then just 3 or a limited ammount of varaibles. Thank you for

[PHP] Using a file to make an array

2001-11-27 Thread Yoed Anis
of the area (instead of the many fields). --HEAR-- So I've narrowed it to this: $thearray=split("[ ]+", $buffer); Does this look like what I should use to separate all my data in the array? It gets this data from one row in the file testtext.txt which looks like all fields are

[PHP] thanks

2001-11-28 Thread Yoed Anis
thanks guys it would have taken me forever to discover your tips. "Yoed Anis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey Guys, > > I'm having a trouble I can't seem to solve and hoped maybe one of you mig

[PHP] last entry in mysql

2001-12-12 Thread Yoed Anis
hey guys, quick question I'm having trouble finding an answer too. In a mysql database, how can I select that last row entry. This might be done mins after i put that entry there and i tried to use: $lastid=mysql_insert_id(); to get the last id but to no avail. Thanks Yoed -- PHP Ge

[PHP] How do I send XML attributes via Soap?

2004-09-21 Thread Yoed Anis
;")); However when I do a $client->__getLastRequest(), I get: The Property field is coming up blank in the request with no attributes. How would I go about sending it so the attributes are there? Any help would be appreciated. I'm really stumped on this one. Best, Yoed -- PH

RE: [PHP] simplexml and xpath

2004-09-21 Thread Yoed Anis
For this simple query simple do a call to $item->date to get your time. If the query is more complex in reality, do a foreach using xpath. See the example on Xpath at www.php.net/simplexml Yoed -Original Message- From: Matthew Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

RE: [PHP] how to concatenate php variables in mysql query

2004-09-22 Thread Yoed Anis
data to be a string. Yoed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 7:47 AM To: Jay Blanchard; [EMAIL PROTECTED] Subject: Re: [PHP] how to concatenate php variables in mysql query here is the whole query: $query = "

RE: [PHP] Secure SOAP connections

2004-09-22 Thread Yoed Anis
as well. Best, Yoed -Original Message- From: Yann Larrivée [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 7:03 PM To: PHP General Subject: [PHP] Secure SOAP connections Hi, The subject says it all. I want to secure soap connection to my framework. How would you guys do

[PHP] Need some ideas

2004-09-28 Thread Yoed Anis
e (nested in it) and many RateDescriptions can follow the same Rate. However, as the eye can tell the RateDescption(s) apply to the Rate element above. The problem is I can never know how many there are (if any) for a Rate. Any ideas how to go about doing this? Thanks, Yoed -- PHP Genera

RE: [PHP] Re: Need some ideas

2004-09-28 Thread Yoed Anis
Well, that is one approach. >how about ignoring them? :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Need some ideas

2004-09-29 Thread Yoed Anis
Of course! Brilliant - why didn't I think of building my own parser from the ground up? ;-) Thanks though, this is definitely a starting point. Thanks, Yoed -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 10:13 PM To: [EMAIL PROT

RE: [PHP] Recursion to sanitize user input

2004-10-08 Thread Yoed Anis
k, not tested. Best, Yoed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 5:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Recursion to sanitize user input I'm trying to sanitize my user input. My sanitize function does not work