Re: [PHP] Two tables (Slightly 0T)

2005-04-16 Thread Ryan A
Hey, Thanks for replying. Will look up "join". > BTW this is a question for the [MySQL General] list at [EMAIL PROTECTED] I know its largly a MySql question, but I am using it via PHP...and thats why I wrote the OT in the subject...didnt want to tick anyone off. Cheers, Ryan O

Re: [PHP] Re: Two tables (Slightly 0T)

2005-04-16 Thread Ryan A
NOW(),INTERVAL 5 MINUTE ); Cheers, Ryan On 4/16/2005 4:29:27 PM, Matthew Weier O'Phinney ([EMAIL PROTECTED]) wrote: > * Ryan A <[EMAIL PROTECTED]>: > > > My host has MySql 4.0.x so I cant really use the nested selects of 4.1 :- > ( > > > please tell

Re: [PHP] Streaming video BLOBs from MySQL

2005-04-16 Thread Ryan A
, flash player? > > > Thanks for any ideas! > > > > Look into flush(); yeah... you gotto ...or it starts to pile up after a few days :-) -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.13 - Relea

Re: [PHP] Need help with file permissions for PHP files

2005-04-17 Thread Ryan A
PLEASE lets not start on the. > > 2. "Because it reads out of order." > > >"Why?" > > >"Top posting is bad." > > > III. Trimming is good, because it gets right to the point. .top posting / bottom posting th

[PHP] Last visitors

2005-04-19 Thread Ryan A
e and so on I hope i have explained it well, I dont think many of you even needed that long explanation as you might have already seen this on many sites and knew what i was talking about by the second line, but better more infomation than less right? Any ideas, links,code or classes on how i can

Re: [PHP] Last visitors

2005-04-19 Thread Ryan A
last people logged in, I want to see the last people who have viewed the profile... each profile will have its own last "10 people visited" Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Last visitors

2005-04-19 Thread Ryan A
ave a LOT of wasted records without the cleanup... just cant figure it out. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Last visitors

2005-04-19 Thread Ryan A
g a txt file for each profile (instead of using the DB) and fetch/record/delete/update the last 10 there... what do you think? easier? Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Last visitors

2005-04-19 Thread Ryan A
>or do the same every time you insert a record. **I think this is the better option. correct me if I am wrong though...I'm learning from this. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release D

Re: [PHP] Last visitors

2005-04-19 Thread Ryan A
> what if you have something like 1000 users on your system. > > you'd have 1000 txt files! :( > the DB seems to be a better idea as it's > probably more expandable... > > you can do other queries to it and stuff... whereas 1000 txt files > > will be a pain in the butt to keep track of. Too t

Re: [PHP] Last visitors (SOLVED?)

2005-04-19 Thread Ryan A
logic, please point it out. Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Last visitors (SOLVED?)

2005-04-19 Thread Ryan A
gt; 2. your logic is tough ;-) Thats pretty cryptic...care to explain please? > 3. you've mixed the php and mysql logic together. again...what other choices do i have given the low version of MySql Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Vir

Re: [PHP] Last visitors

2005-04-19 Thread Ryan A
error on both ENGINE=MyISAM and CHARSET=utf8 What are they for really? can I omit them? or will that effect the program later on? Thanks, Ryan On 4/19/2005 4:42:08 PM, Tom Crimmins ([EMAIL PROTECTED]) wrote: > On Tuesday, April 19, 2005 09:09, John Nichel wrote: > > > > > Pet

RE: [PHP] Last visitors

2005-04-20 Thread Ryan A
timestamp ASC LIMIT 1"; The first 5 times it works perfectly, then after that it updates only the latest record over and over again :-( I tried playing with the ASC and DESC, MIN and MAXno joy. Any idea whats wrong? Thanks, Ryan -- No virus found in this outgoing message. Checked

RE: [PHP] Last visitors

2005-04-20 Thread Ryan A
s the top record, it leaves all the others even though the others timestamps are lower... atleast thats whats happening to me :-( Thanks, -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Last visitors

2005-04-20 Thread Ryan A
profile_id ORDER BY `ttimestamp` > ASC LIMIT 1 I ran the above in phpmyadmin like so: UPDATE `test_last_visitors` SET `user_id`=7, `ttimestamp`=now() WHERE `profile_id`=2 ORDER BY `ttimestamp` ASC LIMIT 1 its only updateing the top first record :-( I'm just about to throw in the towel

Re: [PHP] Post shorter code

2005-04-21 Thread Ryan A
if you quote a bit from the original post so new people to the thread will know what you are talking about... for example: I have no idea about which thread Jason(above) is talking about :-) Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.30

Re: [PHP] Post shorter code

2005-04-21 Thread Ryan A
t; It's just up to Netiquette ;-) I dont think the above qualifies for netiquette all that much, because I have never found fault with Jason's netiquette, sometimes people just forget and it gets really confusing to the reader who comes in late. Cheers, Ryan -- No virus found in this ou

Re: [PHP] reverse MD5 ???

2005-04-21 Thread Ryan A
hey are..I have trouble counting higher than a few million :-) ), you convinced me! Cheers, Ryan > In the general case, no reasonable amount of processing time will > reverse it since (AFAIK) you have to brute force test all possible > values, though for very short text it can sometimes

Re: [PHP] Post shorter code

2005-04-21 Thread Ryan A
> Chris W. Parker wrote: > > What? ;) HAHAHAHA -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.1 - Release Date: 4/20/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: reverse MD5 ???

2005-04-21 Thread Ryan A
Interesting reading, even though most of it went over my head :-) There ar'nt any tools freely available to the average joe to decypher a md5 hash though...right? Cheers, -Ryan On 4/21/2005 6:34:45 PM, Greg Donald ([EMAIL PROTECTED]) wrote: > On 4/21/05, Satyam <[EMAIL PROTEC

[PHP] formatting logic

2005-04-21 Thread Ryan A
records and sort them into arrays via categories and child arrays...I just feel this is too complicated for the above job. What am I missing? Thanks, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.1 - Release Date: 4/20/2005

[PHP] Count totals (might be 0T)

2005-04-21 Thread Ryan A
ore fields> from where cno= order by category. Any ideas as to how i get how many pics per category and size per category? I'm not sure if its a PHP thing or a MySql thing... Last problem for the day...then i hit the sack! Thanks in advance, Ryan -- No virus found in this outgo

Re: [PHP] Count totals (might be 0T)

2005-04-21 Thread Ryan A
Hey, Thanks for replying. That means I will have to run a query per categorywhich I would like to avoid if possible as they could be a high amount of categories as they are user created and not defined by us. Thanks, Ryan On 4/22/2005 12:08:31 AM, Drewcore ([EMAIL PROTECTED]) wrote: >

Re: [PHP] Re: reverse MD5 ???

2005-04-22 Thread Ryan A
ll be declared sub ruler of planet earth before being taken to planet #Xgdwgd to rule... BTW, I'm recruiting sub-sub rulers for earth if anybodys intrested requirments are: must be able to PHP program using MySql as the DB...no oracle high class sh*t. Cheers, Ryan P.S Just got up...feeling

RE: [PHP] Re: Php defense

2005-04-22 Thread Ryan A
On 4/22/2005 6:04:49 PM, Chris W. Parker ([EMAIL PROTECTED]) wrote: > Matthew Weier > O'Phinney > on Friday, April 22, 2005 7:39 AM said: > > > I'm > not allowed to say what company > it's for, but we just finished > > building a site for a Fortune 50 company. > > But

[PHP] phpclasses formerly Flash integration

2005-04-25 Thread Ryan A
> Hello, > on 04/25/2005 06:17 AM Khuram Noman said the following: > > I want to develop a shopping car in flash using php so > > there any good tutorial or sample code that explain > > the flash integration with php > It depends on what you mean by Flash integration. Here you may find > several

Re: [PHP] phpclasses formerly Flash integration

2005-04-25 Thread Ryan A
On 4/25/2005 4:31:42 PM, Chris Ramsay ([EMAIL PROTECTED]) wrote: > I must admit, I agree with Ryan A's points - I used to visit the site > regularly, but the ads and stuff have put me off a little bit these > days... The main reason I am so pissed right now is, I recommended the si

Re: [PHP] link generating script

2005-04-25 Thread Ryan A
if($photo_page=$display_page) {/*just number, no link*/} else {/*normal number and links code*/} -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] link generating script

2005-04-25 Thread Ryan A
genum) {print ' ' . $n;} Hope that helped. Cheers, Ryan On 4/25/2005 6:40:24 PM, Ed Dorsch ([EMAIL PROTECTED]) wrote: > Thanks Ryan! > > > > I'm having a difficult time, though, with the exact syntax. And where, exactly, to nest the If > then. I tried this, but i

Re: [PHP] Re: PHP Designer 2005

2005-04-26 Thread Ryan A
day or maybe 2+ emails everyday. -Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] Re: PHP Designer 2005

2005-04-26 Thread Ryan A
> Hello Ryan, Hey Rich, > >> Already done. They > haven't responded in more than a week. > > RA> Keep pestering theman email every day or maybe 2+ emails > RA> everyday. > > No - sorry but this advice isn't > fair. PHP Designer 2005 is a FREE

[PHP] logical advise

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

[PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
e is this: you can easily reduce the number of ads on that site without hurting yourself in any way, but you have decided to take the RIAA way and thump the very people who made your product a success just because you can and greedyness.. but please correct me if I am wrong.anybody? Regards, Ryan A

RE: [PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
Hey Jay, > I think that your entire response was out of line Ryan. Anyone who wants > to make a profit deserves to do so. I would have to bet that the margin > is not nearly high enough to 'buy a Ferrari'. He has worked hard for any > success he has gained and for you to

Re: [PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
can come from this and so this will be my last response to this matter, on or offlist. Most of you guys help me and i try to repay whenever i can (which is unfortunatly...rarely) makeing "enemies" over a silly difference of opinion on someone elses site is quite stupid...so..the end.

[PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Ryan A
d Lamborghini. End of thread, end of taking up php generals bandwidth, end of argueing for no real reason or hopes of change and apologies to other people on the list if I offended you. Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Vi

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
rty.) > > -- > Matthew Weier O'Phinney 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 write on this holy war's volatile topic

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

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
eks on the lista little geek humour please? programming 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.30

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

Re: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
a TODO reminder to do the things on my TODO list. :-p 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 -- 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
d > > automatically generate and then fill in values for a TODO list? Nope, but I am planning to make oneits on my TODO list. > IATOL, Whats IATOL? 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 -- 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
read up on to learn the language? My knowledge of the subject is pretty shameful :-( Thanks, 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 -- PHP General Mailing List (http://www.php.net

RE: [PHP] Re: Templating engines

2005-04-28 Thread Ryan A
too much to do right now. > > TYVM! Hey Jay, Just wanted to tell youone of your snip tags are open :-D 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 -- PHP Genera

[PHP] Problem query (0T)

2005-04-30 Thread Ryan A
_member_profile)? 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

[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/200

[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&

[PHP] Sudden php death

2005-05-04 Thread Ryan 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/) To

RE: [PHP] Sudden php death

2005-05-04 Thread Ryan A
tes back and tells me 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.

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 &g

[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 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

[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... ... "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 variable > so > there is only a button --no textfield. use valu

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://w

[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

[PHP] Between Query (0T)

2005-05-08 Thread Ryan A
es 23,25 then I should 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, visi

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: &g

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&qu

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 da

Re: [PHP] Between Query (0T)

2005-05-08 Thread Ryan A
;SELECT field1,field2,field3 FROM `table_name` WHERE `age` BETWEEN " . $Lower . " AND " . $Upper; $result = myqsl_query($sql); etc Cheers Richard 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 manua

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: > > > > > > 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(&

[PHP] yet another php templating question

2005-05-10 Thread Ryan A
t template looks good but from 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:

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

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

2005-05-10 Thread Ryan A
Templating is tricky. It adds overhead on the processing end, but increases developer/designer efficiency. Finding a happy medium is the challenge. Yep, the last medium I found could communicate with the spirits fine...but she was real unhappy with life in general :-p Cheers, Ryan

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

2005-05-10 Thread Ryan A
ist I keep hearing about "PHP"... 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.3

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

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

2005-05-13 Thread Ryan A
t to be confused with the first :-p ) Marek Tom Richard the list goes on What I'm trying to say is, if you have a problem...try solving it (google: best bet, 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 quic

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 > > > -Ori

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: 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 [EMA

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

[PHP] RSS news feed (slightly 0T)

2005-05-18 Thread Ryan A
the above categories please try to refrain 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 f

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

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 Mes

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

2005-05-19 Thread Ryan A
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

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

2005-05-21 Thread Ryan A
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 the Header which declared it as a Image/PNG and > > everything

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

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

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

2005-05-21 Thread Ryan A
en more specific here too. I meant what I said above...nobody has discussed what experience they have had if they bundled smarty along 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 th

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

2005-05-23 Thread Ryan A
gonna witness his/her butt being kicked! :-D Cheers, Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.15 - Release Date: 5/22/2005 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] timestamp to readabe date and time ?

2004-04-10 Thread Ryan A
ormat the way I want it...or can even give the client the option of specifying the format...but thats another thing altogether.... HTH. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
calling it like this: but it gives me this error: Warning: main() [function.main]: Failed opening '' for inclusion (include_path='.;C:/php/includes;C:/php/php/class') in c:\php\www\project14342\client\index.php on line 3 Running tests I see taht Config.php IS getting included

Re: [PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
Hi again, Disregard the last post, i found the problemthe variable was being overwritten by another one below Cheers, -Ryan On 4/13/2004 1:50:07 AM, Ryan A ([EMAIL PROTECTED]) wrote: > Hi, > I created a "control panel" for a client, he wanted the option of > changin

Re: [PHP] how do I make a script wait ?

2004-04-12 Thread Ryan A
Hey, Use the sleep() function. Cheers, -Ryan On 4/13/2004 4:42:56 AM, Damian Brown ([EMAIL PROTECTED]) wrote: > I am writing a script that searches through a database table, and then > there > is an array function below the searching, but the array function gets > executed before &g

[PHP] Recomedation for 2 scripts

2004-04-13 Thread Ryan A
ndant on PERL and certain versions of PERL...Know of any free PHP ones? 2. An affiliate system - Hot scripts has a load of them and the free ones arn't really all that good and the paid ones are pretty hard to judge...can you recomend one(or two) based on features and performance? Thanks, -Rya

RE: [PHP] Recomedation for 2 scripts

2004-04-13 Thread Ryan A
Hey, Tried that, hot scripts, google, script search etc...need recomendation/s on what you think is good. Cheers, -Ryan On 4/13/2004 5:02:33 PM, Nunners ([EMAIL PROTECTED]) wrote: > Hi Ryan, > > Try this site: > > http://Php.resourceindex.com > > It's normally got

[PHP] setcookie statements are giving me error

2004-04-14 Thread Ryan Schefke
ie for active account, will terminate when browser window closes if (setcookie("login_ck")) { echo "login cookie set"; } else { echo "login cookie not set";} setcookie ("password_ck", "$pw"); //set cookie for password, will terminate when browser window closes if (setcookie("password_ck")) { echo "pw cookie set"; } else { echo "pw cookie not set";} Thanks a million, Ryan

RE: [PHP] setcookie statements are giving me error

2004-04-14 Thread Ryan Schefke
Curt, Thanks. That was the issue. Am I allowed to redirect directly below the setcookie functions using "header ('Location" Thanks, Ryan == -Original Message- From: Curt Zirzow [mailto:[EMAIL P

[PHP] Partly matching a field (Slightly 0T)

2004-04-14 Thread Ryan A
coz its not working Feeling totally braindead...a little help appreciated. Thansk, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Explanation of cookie behavior

2004-04-15 Thread Ryan Schefke
I'm setting my cookies like this: setcookie ("authenticate_ck", "$daysRemaining"); //set cookie for active account, for 30days setcookie ("login_ck", "$lo", time()+ "60*60*24*30", "", "", "0"); //set cookie for login, for 30days Thanks, Ryan

[PHP] RE: Explanation of cookie behavior

2004-04-15 Thread Ryan Schefke
ticate cookie. Notice that when the "remember me" box is checked I set the login cookie for 30 days whereas if it's not it expires when the user closes their browser. _ From: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:43 AM To: Php-Gen

RE: [PHP] Explanation of cookie behavior

2004-04-15 Thread Ryan Schefke
John - It works now! That was it. Thanks! Ryan -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:53 AM To: PHP Mailing List Subject: Re: [PHP] Explanation of cookie behavior Ryan Schefke wrote: > setcookie ("login_ck", "

[PHP] File Upload Recommendations

2004-04-16 Thread Ryan Schefke
Can anyone recommend a file upload script (or if you have one) that has the following: * Restricts size/dimensions * Restricts file type/extension * Customizeable to specify directory * Allows user to delete files (optional) * Restricts # of files uploaded to a dir

RE: [PHP] File Upload Recommendations

2004-04-16 Thread Ryan Schefke
, April 16, 2004 10:12 AM To: Php-General-Help Subject: Re: [PHP] File Upload Recommendations Ryan Schefke wrote: > Can anyone recommend a file upload script (or if you have one) that has the > following: > > > > * Restricts size/dimensions > * Restricts file type/

Re: [PHP] Unwanted e-mails

2004-04-16 Thread Ryan A
never enough. Ah, feel better now that I have added my whine to this "whiney" thread. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Ryan A
> when i talked to my internet people about those sorts of emails like > btconnect and pandasoft virus warnings all they told me was that some > spammer person had probably tagged the php mailinglist database of email > addresses and are now bouncing emails around all the php mailing list > people

<    4   5   6   7   8   9   10   11   12   13   >