RE: [PHP] safe mode

2005-07-28 Thread Ryan A
Hey Kim, I would *never* host anything on a server with safe_mode on! Just 1 day late :-( just bought hosting for a year with b-one.se :-( Whats the main reasons you would never host with safe mode on? and whats this: s/safe_mode on/safe_mode off/ ?? Thanks, Ryan -- PHP General Mailing

[PHP] safe mode

2005-07-26 Thread Ryan A
_no_ limit to traffic!! (As long as you are not offering music, movies,porn or torrent trackers on the site) Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-24 Thread Ryan A
so I am really interested on your view on this, and why your view favours one side more than the other. Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
I was wondering how can I ask a question to the other subscribers? Dude, when you figure it out let me know too... :-p -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
the code, start converting the relative image paths to full image paths, should work. Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
://www.dtcc.com/dtcc.css;, $filename); $filename= str_replace(images/,http://www.dtcc.com/images/;, $filename); $filename= str_replace(/http:,http:, $filename); $filename= str_replace(..http:,http:, $filename); echo $filename; ? Cheers, Ryan On 7/22/2005 6:11:27 PM, Chirantan Ghosh ([EMAIL

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
expensive IMHO, a good regex would be better (like I said in my last mail) another thing to note is sometimes the remote server times out or is too slow so the script times out... I hope this helped dude...will take down the page from there in a few hours. Cheers, Ryan -- PHP General Mailing List

Re: [PHP] Is there a way to get a variable name as a string?

2005-07-18 Thread Ryan A
Maybe something like: Function myname ($foo) { $return_value=the variable name passed in is .$foo; return $return_value; } echo myname($bar); Just a guess. On 7/19/2005 3:27:57 AM, Daevid Vincent ([EMAIL PROTECTED]) wrote: Is there a way to get the name of a variable as a string? For

Re: [PHP] Is there a way to get a variable name as a string?

2005-07-18 Thread Ryan A
I didnt totally understand you q in the beginning (and still dont fully), but Is there a way to get the name of a variable as a string? For example... Nope, not possible. -Rasmus the man has spoken :-D -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] skewed up images

2005-07-16 Thread Ryan A
Thanks mate, works perfectly now. -Ryan On 7/16/2005 4:49:30 AM, Richard Davey ([EMAIL PROTECTED]) wrote: Hello Ryan, Saturday, July 16, 2005, 3:53:16 AM, you wrote: RA in the beginning if the height is more, then its resizing RA perfectly...but if the width is more I want to cut out 90pix

[PHP] skewed up images

2005-07-15 Thread Ryan A
{ $im = CR_make_crop($pic1_name); imagejpeg($im,strtolower($pic1_name),80); imagedestroy($im); header('Content-type: text/html'); } ? Any ideas? I know I screwed up somewhere in the function...but just cant figure it out... Thanks, Ryan -- PHP General Mailing List (http

[PHP] Tired and feeling dumb...maths question....

2005-07-14 Thread Ryan A
-5 (right?? am not even sure of this!) I was thinking of rounding it with a 2 decimal point...eg: round(5.045, 2) Just need to solve this and them am hitting the sack, any help appreciated. Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Tired and feeling dumb...maths question....

2005-07-14 Thread Ryan A
those votes (eg: 1027) how do i get the average down to something like: 3.23 or 1.02 or 4.11 etc Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Security, Late Nights and Overall Paranoia

2005-07-08 Thread Ryan A
ngttul' ); $string = strip_tags( $string, ALLOWED_TAGS ); The problem with this approach is if people dont close their tags properly (mistake or purpose) they can screw up your page eg br blah blah blah blah citesomethingcite (no closing tag) my $0.2 Cheers, Ryan -- PHP General Mailing

Re: [PHP] Re: Security, Late Nights and Overall Paranoia

2005-07-08 Thread Ryan A
--! Not a very good example, but you should get the idea.. Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Security, Late Nights and Overall Paranoia

2005-07-08 Thread Ryan A
the opening closing tag (for example i when it should be i) as this can mess up my page...but this cant do squat: [i or this: i] Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] date() problem

2005-07-07 Thread Ryan A
Hey Richard, Thanks, you've pulled my butt outa the fire again :-) Cheers, Ryan On 7/6/2005 10:59:36 PM, Richard Lynch ([EMAIL PROTECTED]) wrote: On Wed, July 6, 2005 12:07 pm, Ryan A said: I'm confused, this should give me the age as 17 instead of 16...but it does not...any ideas why

[PHP] date() problem

2005-07-06 Thread Ryan A
; ? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unsubscribe me

2005-07-05 Thread Ryan A
What problems are you having when trying to unsub yourself when you go here: http://www.php.net/unsub.php ?? -Ryan On 7/5/2005 7:41:32 AM, anshul ([EMAIL PROTECTED]) wrote: Please unsubscribe me. I don't wanna recieve many e-mails to inbox. -- PHP General Mailing List (http://www.php.net

[PHP] x years old

2005-07-02 Thread Ryan A
it as 17 years old instead of 16...any idea whats wrong in the above code? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: x years old

2005-07-02 Thread Ryan A
dumb or that is pretty good humour coz I found it funny :-) Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: x years old

2005-07-02 Thread Ryan A
Use floor() instead of round(). Using the round() function will round anyone whose age is above 16.5 to 17, while floor() always rounds down. Thanks mate...silly me. Cheers, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Technology Forums

2005-07-01 Thread Ryan A
this message again. Delete this message, if you don't like it. I would rather say go screw yourself you dirty spammer than just deleting it...but thats just me. -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Technology Forums

2005-07-01 Thread Ryan A
My bad, sorry. Have a habit of hitting the reply all button, used to only reply to the person who sent the email but then got told to reply to the list too as others too can follow the help thread.. so made a habit of that Damned if i do, damned if i dont :-) -Ryan I would rather say go

Re: [PHP] looking for a pure startup opportunity..OT

2005-06-29 Thread Ryan A
with Esteampw. I am not sure what is worse, the spammers or the people spamming about the spam. H, strange...last i checked this thread died yesterday and yet you are doing exactly what you say is wrong above by reviving this thread... Cheers, -Ryan -- PHP General Mailing List (http

Re: [PHP] Do not send private email to a public list (was Re: [PHP] looking for a pure startup opportunity..OT)

2005-06-29 Thread Ryan A
I apologize to continue this but what Ryan A did was rude (regardless of the original issue) and should be a lesson of what not to do for others. And i apoligise for coninueing this too but... Ryan A replied to a private email from me and sent it to this list. You won't find my original

Re: [PHP] Conceptional question

2005-06-29 Thread Ryan A
number of images would be too much? and does anyone think i should make folders for each user? Each user is limited to max 3mb of pics though... Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Zeus Technology wins again!

2005-06-28 Thread Ryan A
SPAMMING SOB. On 6/27/2005 7:20:45 PM, Jock Busuttil ([EMAIL PROTECTED]) wrote: Zeus Technology has won a further two awards from TechWorld for our groundbreaking Zeus Extensible Traffic Manager (ZXTM), an advanced load balancing and application traffic management solution. ZXTM came out on

Re: [PHP] looking for a pure startup opportunity..OT

2005-06-28 Thread Ryan A
The fact is... there are at least 4 people that regularly post on this list that misinterpreted what you stated. Umm, I dont know if you have counted me, but if you have not...make that atleast 5 ppl :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] looking for a pure startup opportunity..OT

2005-06-28 Thread Ryan A
On 6/29/2005 12:16:58 AM, [EMAIL PROTECTED] wrote: Well, unfortunately you just contradicted yourself as well. I had about 18 e-mails of the same thing, so I was replying about those. Thanks for your input though, It's appreciated. Sure thing, you're welcome dude! -- PHP General Mailing

[PHP] Email screwing my swedish characters

2005-06-27 Thread Ryan A
can make it good? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Email screwing my swedish characters

2005-06-27 Thread Ryan A
of code I could use instead? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Right syntax for max value??

2005-06-14 Thread Brandon Ryan
I would do $getnewstitle = SELECT newstitle FROM `news` ORDER BY news_id DESC LIMIT 1; This sorts the records by news_id and the limit 1 only returns the first record. On 6/14/05, twistednetadmin [EMAIL PROTECTED] wrote: I am making a table at my homepage that automatically collects the

Re: [PHP] Updating an open page with PHP

2005-06-14 Thread Brandon Ryan
No, not necessarily... Javascript actions on the main page, including form submits or timers can load a new page in the hidden IFRAME. The new page in the IFRAME could be a php page, that generates new javascript code which is then run when the page in the IFRAME is loaded. The javascript code

Re: [PHP] Happy Birthday, PHP!

2005-06-08 Thread Ryan A
are what makes PHP what it is today. Yep, all of the above, Happy Birthday PHP and thank you. -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 6/8/2005 -- PHP General Mailing List (http://www.php.net

Re: [PHP] Frames or iframes? (Basically The devil or deap sea or A rock and a hard place etc) - - - - (0T)

2005-06-05 Thread Ryan A
. This means they'll see your hard work often enough to appreciate it, but not often enough to piss them off. */ ยด Thanks mate, good suggestions, I'll try to use all or most of them. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus

[PHP] Frames or iframes? (Basically The devil or deap sea or A rock and a hard place etc) - - - - (0T)

2005-06-04 Thread Ryan A
so I was thinking of using iframes and then I read about the evils of iframes...so I thought I'll ask you guys for your opinions/suggestions as I'm dead outa ideas and a bit confused...any alternate ideas too would be appreciated. Thanks and have a great weekend. Cheers, Ryan -- No virus

Re: [PHP] Frames or iframes? (Basically The devil or deap sea or A rock and a hard place etc) - - - - (0T)

2005-06-04 Thread Ryan A
On 6/4/2005 5:30:14 PM, Marek Kilimajer ([EMAIL PROTECTED]) wrote: Ryan A wrote: I had a real good flash header which she too liked, so I modified the header and she really liked it, problem is, its around 230kb to load, so I thought I'll put it in a frame (top frame - header

Re: [PHP] Frames or iframes? (Basically The devil or deap sea or A rock and a hard place etc) - - - - (0T)

2005-06-04 Thread Ryan A
they will find it too irritating...the first time, but if it keeps reloading I'm pretty sure they will get p!ssedso back to the main qframes? iframes? something else? what? Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database

RE: [PHP] Frames or iframes? (Basically The devil or deap sea or A rock and a hard place etc) - - - - (0T)

2005-06-04 Thread Ryan A
it over for a consistent look / feel. Thats a good idea, problem is the links for the navigation is on the flash file (http://a2ztips.com/a2ztips/forum/test/test1.swf - not yet linked) And if you are interested, heres the forum: http://a2ztips.com/a2ztips/forum/ Thanks, Ryan -- No virus found

Re: [PHP] Quick q, most prolly 0T

2005-06-02 Thread Ryan A
wants to play with the site so I need to direct all calls to main.php...but i dont want to show the client that he is going to main.php so I wanted to use it like this clientssite.com/?do=blah Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322

[PHP] Quick q, most prolly 0T

2005-06-01 Thread Ryan A
Hey, I noticed a site that is using php, but he is has shortened the url so that the filename was not shown.. eg: somesite.com/?a=1 How did they do that? if it was url rewriting it would be somesite.com/1/ so what is he using? Thanks, Ryan -- No virus found in this outgoing message. Checked

Re: [PHP] Quick q, most prolly 0T

2005-06-01 Thread Ryan A
to use main.phphow would i do that? The reason I dont think its url rewriting is the rest of the files have all their values eg: somesite.com/?blah=blah somesite.com/?something=somethingdo=1 somesite.com/?page=introflash=no etc Thanks, Ryan On Wed, June 1, 2005 7:25 pm, Ryan A said: Hey

[PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
someone posting some WYSIWYG kind of editors which loads on the clients machine with just a textbox and the buttons to go bold, italics,centered etc unfortunatly looking into the archives i cant find it. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
again. Cheers, Ryan. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.3.1 - Release Date: 5/31/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
on its content/dialogue. everything else is gravy. :-) True, but this is one of the small parts of the site...the site has other major sections and this is just a minor section so not really that important. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus

Re: [PHP] Re: Free penetration test

2005-05-30 Thread Ryan A
into the words 'paranoid' and 'megalomaniac' Have a nice day. Regards, Ryan A -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: Free penetration test

2005-05-30 Thread Ryan A
BTW, what do you call to a person that throws stones to another and then runs away to not face the consequences?! Fine, I'll play your game a little longer...but offlist as I think the list has had enough of this, I'm also a bit busy now so expect a reply from me after a few hours. Regards, Ryan

Re: [PHP] Re: Free penetration test

2005-05-30 Thread Ryan A
Hehe, well put...a few things you forgot to write: Ryan A and Rory Browne got so irritated because its like talking to a tree.in english when the tree only understands some other language :-D that they tried to throw in the towel I was so fed up I was going to drop the whole thing because

[PHP] Re: How to make a script sleep for 5 seconds?

2005-05-30 Thread Ryan A
Disclaimer: This has been a weak attempt at jest. Only 2 cute and fluffy bunny rabbits were harmed during this endeavour. I sure hope one of them was Bugsthe SOB gets away with murder! J/k Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

Re: [PHP] Re: Free penetration test

2005-05-28 Thread Ryan A
) for you to login and test the site, but do you think you could still test it since its mostly in Swedish? Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.2.0 - Release Date: 5/27/2005 -- PHP General Mailing List (http

Re: [PHP] Re: Free penetration test

2005-05-28 Thread Ryan A
send you the site details including the login. Thanks again for you time. Regards, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.2.0 - Release Date: 5/27/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] webmaster@jnsolutions.co.uk

2005-05-28 Thread Ryan A
reay starting to tick me off. The autoresponder seems to be firing from this addres: [EMAIL PROTECTED] Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.2.0 - Release Date: 5/27/2005 -- PHP General Mailing List (http

Re: [PHP] Re: Free penetration test

2005-05-27 Thread Ryan A
are sending the person to. Regards, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.0.0 - Release Date: 5/27/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include Remote Content as REMOTE_ADDR of Browser

2005-05-27 Thread Ryan Grange
Gary C. New wrote: Is there a quick and dirty way to include, file, or fsockopen content from a remote server and make it appear as though the request was straight from the browser's remote address? Thank you for your assistance. Respectfully, Gary I believe you would in effect by

Re: [PHP] Re: Free penetration test

2005-05-27 Thread Ryan A
that people wont have to doubt your motives... Or maybe I am just a goody two shoes who says itand Jay Blanchard when someone asks about templates and template engines and Chris when someone asks about SQL injections...and ...oops, too many names. Cheers, Ryan -- No virus found in this outgoing

Re: [PHP] Re: Free penetration test

2005-05-27 Thread Ryan A
that tried to help. And here we go full circle I dont say you didnt try to help...but the question is who were you trying to help more (by not disclosing your affiliate account with that site)...him or you? Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus

Re: [PHP] Can I prevent Server variables from being spoofed ?

2005-05-23 Thread Ryan A
from, what browser they use, or what language they speak. WellI dont really bother with the above, but I do get pissed when the jehovah witness' people come over, I promise youthe next one that comes over, Jehovah is gonna witness his/her butt being kicked! :-D Cheers, Ryan

Re: [PHP] Image Verification - Problems in Safari, Mac OS X

2005-05-21 Thread Ryan A
echo $the_rand_string; ?' as you can see above, its an over simplified version, but you can tune it as you go along...works everytime for me. Cheers, Ryan On 5/21/2005 4:04:00 AM, Richard Lynch ([EMAIL PROTECTED]) wrote: On Thu, May 19, 2005 6:05 am, Rahul S. Johari said: I did actually remove

[PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
discussing PHP templating (you might also want to read up on how many there are!) http://www.sitepoint.com/forums/showthread.php?t=123769page=1pp=25 but no discussion of including any of these with commercial software for the client to setup and their results. Thanks, Ryan -- No virus found

Re: [PHP] SMarty and commercial php (a little 0t)

2005-05-21 Thread Ryan A
with their scripts and then told the client how to configure smarty or if the clients had any problem configuring smarty etc. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.14 - Release Date: 5/20/2005 -- PHP General Mailing

Re: [PHP] Problem With System Call

2005-05-19 Thread Brandon Ryan
I think what Kim is asking is, on your copy of RedHat Fedora Core 3, is are the SELinux security features enabled? On 5/19/05, Michael Stearne [EMAIL PROTECTED] wrote: No. It's RedHat Fedora Core 3. Michael On 5/19/05, Kim Madsen [EMAIL PROTECTED] wrote: -Original Message-

[PHP] upload videos (might be a bit 0T)

2005-05-19 Thread Ryan A
on the server to upload to. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.12 - Release Date: 5/17/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RSS news feed (slightly 0T)

2005-05-18 Thread Ryan A
from posting your own feed unless you think it would really help me. Also cc the list your answer coz it would help if not everyone told me to check out site x :-), i'll reply to the list and you. Thanks in advance, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus

Re: [PHP] hey dip shit

2005-05-18 Thread Ryan A
mine too On 5/18/2005 6:05:46 PM, Jochem Maas ([EMAIL PROTECTED]) wrote: John Nichel wrote: Jason Barnett wrote: John Nichel wrote: Jason Motes wrote: HAH This list could really use an active moderator. Did Mr. Nichel just volunteer for that task... Hell, I'll

Re: [PHP] Re: hey dip shit

2005-05-17 Thread Ryan A
Well, I guess he was just talking to himself. Please forward this to your pal at [EMAIL PROTECTED] Cheers! On 5/17/2005 11:53:20 PM, Jason Motes ([EMAIL PROTECTED]) wrote: Sorry for this post. A coworker was messing around with my computer and sent it. Please direct all flames to [EMAIL

Re: [PHP] Re: hey dip shit

2005-05-17 Thread Ryan A
Or why sometimes its ok to punch a friend in the mouth... On 5/18/2005 1:42:30 AM, Mary-Anne Nayler ([EMAIL PROTECTED]) wrote: This is a perfect example of the reason why you should lock your screen when you are away from your desk!! Jason Motes wrote, On 18/05/05 07:53 AM: Sorry for

Re: [PHP] regex question

2005-05-16 Thread Brandon Ryan
Try (for example if character was A) ... ([^A]|^)A([^A]|$) This matches four cases: A is at beginning of string and there is another letter after it, A has a letter before it and a letter after it, A is at end of string and there is a letter before it, or A is the only character in the string.

Re: [PHP] Re: Hello, I'm new...

2005-05-13 Thread Ryan A
, second your own brain) if neither works...post it here, I too try to help out whenever i can but the other guys are usually quicker on the draw...and more accurate :-p Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.9

Re: [PHP] php works in IE not Firefox?

2005-05-13 Thread Brandon Ryan
It makes no difference what browser you are using... that site seems to be down even with IE. On 5/13/05, Jim Moseby [EMAIL PROTECTED] wrote: I get the same message with firefox and IE: There seems to be a problem with the MySQL server, sorry for the inconvenience JM -Original

Re: [PHP] MySql injections....

2005-05-11 Thread Ryan A
Hey, I had the same questions a little while back, and from the advise i got on this list I checked out the PEAR:DB class and ADODB...I went with the ADODB solution and have not regretted it since. Check both of them out for your needs. Cheers, Ryan On 5/11/2005 12:50:14 PM, Bostjan Skufca

Re: [PHP] base64_encode in URLs

2005-05-11 Thread Brandon Ryan
Joe, this may be a little off topic, but most modern email clients wont show images in HTML unless the user clicks to show images manually. This could fool your automatic counting and email verification. On 5/11/05, Joe Harman [EMAIL PROTECTED] wrote: HA... Thanks for your thoughts... I am

[PHP] yet another php templating question

2005-05-10 Thread Ryan A
the forums i have seen its not extremly dependableany suggestions? Links to would be appreciated, I have no plans of writing a new templating system just for this. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database

Re: [PHP] yet another php templating question

2005-05-10 Thread Ryan A
Hey, You are quite welcome to have a look at my template processor, there is the start of some documentation at http://kwiktemplates.com/ Thanks Tom, will have a look at it, very gererious of you. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

Re: [PHP] Re: A couple questions about templating

2005-05-10 Thread Ryan A
, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A couple questions about templating

2005-05-10 Thread Ryan A
... PHP this and PHP that... I wonder when people are going to start talking about PSP and effects of it on users like me who have been using it for years... Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.8 - Release

Re: [PHP] Between Query (0T)

2005-05-09 Thread Ryan A
On 5/9/2005 9:47:50 AM, Burhan Khalid ([EMAIL PROTECTED]) wrote: Ryan A wrote: clip Your looking at something like. For ages between 21 and 23 $Upper = date(m-d-Y, mktime(0,0,0,date(m),date(d),date(y)-22)); $Lower = date(m-d-Y, mktime(0,0,0,date(m),date(d),date(y)-23)); $sql

[PHP] Between Query (0T)

2005-05-08 Thread Ryan A
get all results where age =23 and age =25 Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
Hey, Thanks for replying. SELECT * FROM `table` WHERE `age` BETWEEN 25 AND 26; I knew the above, but how do i use it with my date field when i have birthdates like this: 01-01-1969 and 03-05-1955 Thanks, Ryan On 5/8/2005 4:28:44 PM, Andy Pieters ([EMAIL PROTECTED]) wrote: On Sunday 08

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
On 5/8/2005 5:33:46 PM, Richard Collyer ([EMAIL PROTECTED]) wrote: Ryan A wrote: Hi, Sorry I know this is OT but I'm hoping someone will still help...it should be quite simple :-) I have a field in the database called age which is a DATE field. I also have a webform where the user

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
On 5/8/2005 4:31:18 PM, Duncan Hill ([EMAIL PROTECTED]) wrote: On Sunday 08 May 2005 14:20, Ryan A wrote: Hi, Sorry I know this is OT but I'm hoping someone will still help...it should be quite simple :-) I have a field in the database called age which is a DATE field. http

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
; $result = myqsl_query($sql); etc Cheers Richard /clip Hey Rich, Thanks! That is EXACTLY what I was looking for and instead I got around 10 people sending me a link to the mySql manual's BETWEEN syntax :-) Thanks mate, it works perfectly. Cheers, Ryan -- No virus found in this outgoing

[PHP] Random but ordered..

2005-05-07 Thread Ryan A
from the above : http://jappz.com/testing.html Any suggestions, classes, code, links or general help would be appreciated. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005 -- PHP General

Re: [PHP] newsgroup

2005-05-06 Thread Ryan A
Hey, Check out: http://lists.mysql.com/ Cheers, Ryan On 5/6/2005 1:49:18 PM, Anasta ([EMAIL PROTECTED]) wrote: Anyone know a good mysql newsgroup to compliment thid php newsgroup -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: How to declare Vars in PHP?

2005-05-05 Thread Ryan Faricy
Jon M. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know it's not necessary, but I still want to know how. I know in JavaScript, that you declare vars like so: var = variableName; So I'm assuming that in PHP you do it like this: var = $variableName; But there doesn't

[PHP] Re: How do you declare Vars in PHP? -I know it's not necessary, but I still want to know

2005-05-05 Thread Ryan Faricy
Jon M. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I just found a place here: http://us2.php.net/manual/en/language.oop.php That has this example: /* This is how it should be done. */ class Cart { var $todays_date; var $name; var $owner; var $items = array(VCR,

[PHP] Re: php5-mysqli

2005-05-05 Thread Ryan Faricy
Nsk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] which config files are responsible for loading mysqli in apache/php5 ? php.ini ;; Old MySQL support extension=mysql.so ;; New MySQL support. extension=mysqli.so -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] form variables

2005-05-05 Thread Ryan Faricy
A hidden INPUT would be better... FORM ... INPUT TYPE=hidden NAME=yourVariableName VALUE=yourValue ... /FORM Bala Chandar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi On 5/5/05, Anasta [EMAIL PROTECTED] wrote: Can anyone tell me how a submit button can be used to send set a

[PHP] age function

2005-05-04 Thread Ryan A
Hey, Anybody have an age function where i can pass a date object and get back an int? eg: $years_old=get_years(1979-12-07); Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.2 - Release Date: 5/2/2005 -- PHP

[PHP] Re: age function

2005-05-04 Thread Ryan A
Hey, finally solved this, incase anyones interested heres how i did it : $day1=strtotime($age); // eg: 1979-12-07 $day2 = strtotime(date(Y-m-d)); $dif_s = ($day2-$day1); $dif_d = ($dif_s/60/60/24); $dif_y = round(($dif_d/365.24)); echo The person is $dif_y year(s) old; Cheers, Ryan

[PHP] Sudden php death

2005-05-04 Thread Ryan A
a guess and tell me why? Too much load? Needs more RAM? Am totally confused. Thanks, Ryan A -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.2 - Release Date: 5/2/2005 -- PHP General Mailing List (http://www.php.net

RE: [PHP] Sudden php death

2005-05-04 Thread Ryan A
everything is running fine again! So i'm thinking maybe his host did some upgrade that affected PHP? although he is back up and running, i would like to know the likely causes if we have the same problem again... Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus

RE: [PHP] Request to subscribe

2005-05-04 Thread Ryan A
On 5/4/2005 5:10:17 PM, Jay Blanchard ([EMAIL PROTECTED]) wrote: [snip] I M.V.Satyanarayana Reddy, working as a PHP Programmer requesting to join this to share the PHP General. [/snip] Your wish is granted. http://www.php.net/mailinglists Hehehehe... God, my name is Ryan just

[PHP] Problem query (0T)

2005-04-30 Thread Ryan A
)? Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 4/29/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem query (0T)

2005-04-30 Thread Ryan A
Hi Pablo, Thanks for replying. The problem is the images are not coming properly go here :http://www.jappz.com/prob.gif and you will see the results i am getting when i should be getting the images according to the red arrows there. Thanks, Ryan On 5/1/2005 1:56:23 AM, Pablo Gosse ([EMAIL

Re: [PHP] Templating engines

2005-04-28 Thread Ryan A
I'm a big fan of include(). ;) Ditto! -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 4/27/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
because you use smarty you think you are smart and have the right to be smart..who the hell do you think you are?? Sorry, just giving an example of how a jackass with extreme opinions would write on this holy war's volatile topic. no offense meant :-) Cheers, Ryan -- No virus found

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
On 4/28/2005 7:08:00 PM, Evert | Rooftop Solutions ([EMAIL PROTECTED]) wrote: Ryan A wrote: So just because you use smarty you think you are smart and have the right to be smart..who the hell do you think you are?? Sorry, just giving an example of how a jackass with extreme opinions would

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
is a serious business and i find myself getting quite stressed sometimesusing a little humour or reading others humourous replies helps IMHO. Cheers, -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 4/27/2005

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
/* Mind you I don't post much at all anymore since I became a father a year and a half ago... priorities you know :) */ Almost forgot, congrats on your kid. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.4

<    1   2   3   4   5   6   7   8   9   10   >