[PHP] (done) session not carrying...why?

2003-07-31 Thread Ryan A
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

[PHP] Is there an easier way?

2003-07-31 Thread Ryan A
pt saying "echo $data['blah'][n];" is there an easier way to avoid the 150 possible statements? maybe via a for loop or something? Am feeling braindead right now after sitting on the comp for 7hrs straight. Any and all suggestions welcome. When/If replying please give me a code

[PHP] What is $$

2003-07-31 Thread Ryan A
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

Re: [PHP] What is $$

2003-08-01 Thread Ryan A
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

FW: [PHP] Search Engine

2003-08-01 Thread Ryan Gibson
3 12:14 am, "imran" <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know any free search engine for web application > > > imee > > > > Ryan Gibson --- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Undefined variable problem

2003-08-01 Thread Ryan A
have 38 fields. I can of course just shut off error reporting...but thats not the best solution right? and i still wouldnt know whats causing these notices... Any ideas? Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- PHP Ge

Re: [PHP] Undefined variable problem

2003-08-01 Thread Ryan A
IT WORKS!!! Thanks for replying and the solution. Cheers, -Ryan Hello, This is a reply to an e-mail that you wrote on Fri, 1 Aug 2003 at 14:47, lines prefixed by '>' were originally written by you. > Notice: Undefined variable: email1 in > c:phpdevwwwbwhprojectcompar

[PHP] Re: subtracting dates...

2003-08-02 Thread John Ryan
> if($current_MM < $MM) { > $age = $calculatedage - 1; > } > > you'll also need to do something like this with the day of the month if the > user's bday is in the current month. > at least... i think that works out :$ > Craig Roberts > > > "John R

[PHP] subtracting dates...

2003-08-02 Thread John Ryan
Hi, In mySQL, I store dates as -MM-DD, a standard DATE type. It stores users date of births. I need to calculate in a PHP script, the users age from this DOB. I get a PHP date in the same format as the mySQL and subtract, which returns the year rounded off. ie, it doesnt matter if your birthda

[PHP] RE: [PHP-DB] subtracting dates...

2003-08-02 Thread Ryan Marks
urn $retval; } ?> OUTPUT: 19 year(s), 229 day(s) 05:22:01 Hope this helps, Ryan Marks -Original Message- From: John Ryan [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 2:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] subtracting dates... Hi, In mySQL,

Re: [PHP] subtracting dates...

2003-08-02 Thread John Ryan
yeah, thats the code i wrote myself (nearly). it gets the job done. thanks "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote John Ryan ([EMAIL PROTECTED]): > > Hi, > > > hello ryan, > > > In mySQL, I store dates as

[PHP] Idiot problem

2003-08-03 Thread Ryan A
he has been kicked out from two other lists for spamming...will someone in charge please see to this? its frustrating and irritating. -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

Re: [PHP] Tracking Users via Cookies?

2003-08-03 Thread Ryan A
ons of > privacy invasion. */ Yeah right, we belive you. :-D Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com - Original Message - From: "Jason Bourque" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: [PHP] attach

2003-08-04 Thread Ryan A
Check the phpclasses site, it has some very good examples also do a search on google.. you can find it at http://google.com :-D Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com - Original Message - From: "Diana Castillo&quo

[PHP] A better solution?

2003-08-04 Thread Ryan A
s way I could use it like: "Hello and welcome, you have: $var[1] of type 1" etc now i am facing a new problem, I need to do the same as above but from 5 differient tables (tabl1,tabl2,tabl3,tabl4 and tabl5) I can of course run 5 select/count queries but is there a way to run just one a

[PHP] CURL

2003-08-04 Thread John Ryan
theres this site i want to use to execute a command by visting a url. like http://www.site.com/stuff.php?id=1234&message=hello_world when i visit this in the browser when im logged into www.site.com, it works as im logged in with cookies or sessions or whatever. but obviosuly i cant be loged in fr

Re: [PHP] Hitler and Recent Threads

2003-08-07 Thread Ryan A
I pity the poor sap who just joined the list and instead of finding php topics discussed finds quotes,jokes,godwins laws, quirks laws,name calling, referneces to Hitler and other topics... Can we end this now please? -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site

[PHP] Attention everyone 0-t

2003-08-08 Thread Ryan A
our email addresses to spam people any ideas on what we can do about it? -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://www.php.net/unsub.php

[PHP] PHP Name of Script -0-T-

2003-08-10 Thread Ryan A
h if there is a ready made one out there which may just need its guts rearranged or is already good to go. Thanks for any suggestions,links,comments etc. Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- PHP General Mailing List (http://w

[PHP] Half solved (was foreach in search)

2003-08-11 Thread Ryan A
$test1[] contains the whole GET's variables and values, how do i pharse it so that i can dump all the $test[]s data like so: $someVar=$test[0]. "&" .$test[1]. "&" .$test[2].etc Kindly help. Thanks, -Ryan We will slaughter you all! - The Iraqi (Dis)information minis

[PHP] partly imploding an array...possible?

2003-08-11 Thread Ryan A
ot;.$test; $xxx++; } $someVar = implode( "&", $test1); but i want to not get $test1's last component ($page) into $someVar...how do i do that? Or another alternative would be to delete $page and $page's value from $someVar Any ideas? Thanks, -Ryan We will

Re: [PHP] Attention everyone 0-t

2003-08-14 Thread Ryan A
y. ie: if their ISPs use spamcops database as one of their filters...we are screwed. When i see people sinking so low just calling them a motherfu does not seem to be a big enough insult. Something must be done though to make sure this does not happen again or often. my 0.02$. cheers,

[PHP] Re: CURL

2003-08-14 Thread John Ryan
p://www.php.net/manual/en/function.curl-setopt.php > > > On Tue, 5 Aug 2003 01:04:42 +0100, John Ryan <[EMAIL PROTECTED]> wrote: > > > theres this site i want to use to execute a command by visting a url. > > like > > http://www.site.com/stuff.php?id=1234&messag

[PHP] Php - union

2003-08-14 Thread Ryan A
be a waste of connections if the site gets a lot of members (which by the looks of it, it will). Any help appreciated, thanks in advance. Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- PHP General Mailing List (http://www.ph

Re: [PHP] Hitler and Recent Threads

2003-08-14 Thread Ryan A
Hey, that happens to be my little attempt to promote a funny site i helped to create...some parts in php i might add. + Its one of my outlook signatures. Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com - Original Message - From

Re: [PHP] foreach help in search

2003-08-14 Thread Ryan A
Hi, thanks for replying, I am not very good with the "list" function thats why i use foreach instead. My new problem is that i also have to take out the PHPSESSID if it exists and its value otherwise i am getting 2 PHPSESSID's in my url...how can i do that with your sample code

Re: [PHP] PHP Name of Script -0-T-

2003-08-14 Thread Ryan A
, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003

[PHP] foreach help in search

2003-08-14 Thread Ryan A
] which is an int) Looking at the manuals examples I have experimented with this example "foreach (array_expression as $key => $value) statement" using this: foreach ($_GET as $a => $v) { print "Current value of \$a: $v.\n"; } (Chapter 11. Control Structures) but no s

[PHP] Quick question - Warnings

2003-08-14 Thread Ryan A
: error_reporting (E_ALL); I need to do the opposite by shuting off all warnings & notices in the directory? Thanks in advance, -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:

Re: [PHP] Question

2003-08-14 Thread Ryan Gibson
e"]; > ?> > > createDB.php > include ('createtbl.php'); > ?> > > createtbl.php > include ('variable.inc'); > ?> > > > How come that the text inside the variable.inc will be shown in > createtbl.php? > Ryan Gibson --- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Category and sub-category logic

2003-08-14 Thread Ryan A
correct order? eg: Auto --Cars --Bikes Banking --Finances --Loans Women --Boring but REALLY good looking --Great fun but not-so-good-looking Any ideas? I searched hotscripts and google but found crappy programs like phpyellow and zclassifieds which are really no good

Re: [PHP] Quick question - Warnings

2003-08-14 Thread Ryan A
) php_value error_reporting 0; but am still getting those damn notices any other ideas? 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://www.php.net/unsub.php

[PHP] Spam bast@rds -0-t-

2003-08-14 Thread Ryan A
with these type emails for Washington State. If this email comes back undeliverable then it will also be sent to the before mentioned departments with the original email attached. Ryan C. Carson <[EMAIL PROTECTED]> I think this is serious enough for the list owners to do something about k

Re: [PHP] Half solved (was foreach in search)

2003-08-14 Thread Ryan A
implode.why the [EMAIL PROTECTED] didnt i think of that?? Thanks dude. Just one last question, the last variable i am getting is page=1, how do i increase this? Basically I need to do a $page++ Thanks, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http

[PHP] How to display?

2003-08-14 Thread Ryan A
ts? I have tried: echo $tt; echo $tt[1]; echo $res; echo $res[1]; print_r(array_values ($res)); print_r(array_values ($tt)); and a lot more combinations...but no use... what am i doing wrong? Kindly reply, -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://www.php.net/unsub.php

[PHP] HOW DO U SPLIT UP LARGE STRINGS?

2003-08-15 Thread John Ryan
I've a string with a huge mySQL query, seperated by a semi-colon and then line-break. You can't run this query staright to mySQL (and i dont want to try), so Im trying to split up the query into, say, 100 mysql commands at a time. Is it possible to split up a string every 100 semi-colons it finds?

Re: [PHP] HOW DO U SPLIT UP LARGE STRINGS?

2003-08-15 Thread John Ryan
:[EMAIL PROTECTED] > hello, > you can use the split() method to break this up into pieces. Unless you > are doing a large number of inserts on tables with several keys mysql > will not be troubled too much by the number of queries you run. > > > John Ryan wrote: > > >I&

[PHP] Chris->Re: [PHP] Category and sub-category logic

2003-08-17 Thread Ryan A
Hey, Sorry I didnt reply, was having some computer problems. Thanks for the link and the advise, will look into it. Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com - Original Message - From: "Chris W. Parker" <[EM

Re: [PHP] is the list getting virus spammed?

2003-08-19 Thread Ryan A
Yep me, was wondering why am i getting so many virus attachments from the list...but figured that a lot of the list subscribers are probably infected...was looking out for my name in the from: field :-D I wonder which virus/worm it is thougham too lazy to check right now. Cheers, -Ryan We

[PHP] File upload + permissions + .htaccess in php

2003-08-21 Thread Ryan A
. Kindly reply, -Ryan A. 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://www.php.net/unsub.php

[PHP] Re: Jabber->Re: [PHP] File upload + permissions + .htaccess in php

2003-08-21 Thread Ryan A
g Any ideas? I can off course write to the hosting company but what exactly do i ask them anyway? Thanks, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com > This > /usr163/home/r/y/ryanknig/ > > would be your real path i th

[PHP] Re: google style paginating

2003-08-21 Thread John Ryan
just split up your total number of results ($num_rows) by the results per page (10, i think) and create a for loop to loop from page1 to pagex, creating a link with offset for each one. simple. "Ted Conn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi I am new to this newsgroup a

[PHP] Access problem

2003-08-21 Thread Ryan A
. Kindly reply, -Ryan A. 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://www.php.net/unsub.php

Re: [PHP] File upload + permissions + .htaccess in php

2003-08-22 Thread Ryan A
Hey, Thanks for replying. the paths i am using are as follows: $UserUploadDir="/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images"; $UserUploadURL = "http://jumac.com/BWH-Ads-Images";; But they still dont workany ideas? Thanks, -Ryan > I've had this prob

[PHP] Access denied problem, please help

2003-08-22 Thread Ryan A
Let me again point out that this problem only seems to be on this server, the scripts including the upload is working perfectly on the other test servers/sites. Kindly reply, -Ryan A. We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- PHP Genera

Re: [PHP] Access denied problem, please help

2003-08-23 Thread Ryan A
anual at the phpinfo site is the default, maybe i should change it to "on"? but how via a .htaccess as i dont hvae accsess to the php.ini file... Thanks, -Ryan > how about giving the specs on all three servers? > > So WE can see the differences. > > Jim Lucas >

[PHP] Uploading problem = weird warning (was: access denied problem.....)

2003-08-23 Thread Ryan A
he first place... Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test

2003-03-18 Thread Ryan A
test message -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
w If interested and you think you qualify, write to me with your details at [EMAIL PROTECTED] with the subject: 'free servlets host'. All comments appreciated. Cheers -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shopping cart question and FREE HOSTING OFFER

2003-03-18 Thread Ryan A
PHP right now If interested and you think you qualify, write to me with your details at [EMAIL PROTECTED] with the subject: 'free servlets host'. All comments appreciated. Cheers -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] session id

2003-03-25 Thread Ryan Gibson
On 25/3/03 2:37 pm, "Iggy" <[EMAIL PROTECTED]> wrote: > can somebody tell me why I am getting this: > Warning: session_start() [function.session-start]: Cannot send session > cookie - headers already sent by (output started at > c:\inetpub\wwwroot\search.php:8) in c:\inetpub\wwwroot\search.php on

Re: [PHP] Time stamp and changing to a date.

2003-03-28 Thread Ryan Gibson
On 28/3/03 11:44 am, "Philip J. Newman" <[EMAIL PROTECTED]> wrote: > $mydate = "20030328231154"; > > $myPrintDate=date ("l dS of F Y h:i:s A",$mydate); > > echo "$myPrintDate"; > > Whats wrong -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP] Re: if statment

2003-03-31 Thread Ryan Vennell
if ($HTTP_GET_VARS["pr_ID"] = "nothing" ) { } else if ($HTTP_GET_VARS["pr_ID"] = "something") { } else { } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problem with mysql.

2003-03-31 Thread Ryan Vennell
ok i've reinstalled phpseveral times now, reinstalled mysql, and even reinstalled apache once but i am still getting this same problem. when configuring php i use --with-mysql and it configures just fine. i've even added an =/path/to/php after it to no avail. i keep getting this on pages t

[PHP] Re: if statment

2003-03-31 Thread Ryan Vennell
in addition to my last response, if you go to http://www.php.net/manual/en/ you can find more than you ever wanted to know about php. just use the search at the top. >>> Tim Haskins<[EMAIL PROTECTED]> 03/31/03 01:56PM >>> I'm used to asp and not php, but what would the code be for and if stat

RE: [PHP] problem with mysql.

2003-03-31 Thread Ryan Vennell
Sorry about that. i did use /path/to/mysql. i wasnt paying attention when writing my pervious post. -Ryan >>> Jon Haworth<[EMAIL PROTECTED]> 03/31/03 04:00PM >>> Hi Ryan, > when configuring php i use --with-mysql and it configures just > fine. i've even

Re: [PHP] problem with mysql.

2003-04-01 Thread Ryan Vennell
yeah i did send it to the right place. everything was configured as it should have been. thats why i dont get this. nothing i try works for this. it's perplexing. -Ryan >>> Tim Burden<[EMAIL PROTECTED]> 03/31/03 05:22PM >>> Right, defaults to /usr/local/ for the

[PHP] Re: Using PHP & Credit Card orders

2003-04-01 Thread Ryan Vennell
just stuff like that. this is usually the first place i go if i want something that i dont feel like writing. -Ryan >>> Phil Schwarzmann<[EMAIL PROTECTED]> 04/01/03 08:29AM >>> Where can I find information on using PHP along with secure online Credit Card orders? Than

[PHP] Re: Problem with mail

2003-04-01 Thread Ryan Vennell
here's some things you can check out: - make sure the path to sendmail is correct/default - make sure sendmail is running - check: http://www.php.net/manual/en/function.mail.php and make sure that everything you're doing in that function is allowed and correct. >>> Haseeb Iqbal<[EMAIL PROTECTED]

[PHP] Re: Help needed

2003-04-01 Thread Ryan Vennell
make sure you have a semicolon on line 200 or it could cause an error on line 201. am i right in assuming that this is a switch? can you provide us with a small block of code before and after this line? maybe 5 lines on either side... -Ryan >>> Andy<[EMAIL PROTECTED]> 0

[PHP] Re: I'ld like to submit teh ppts

2003-04-01 Thread Ryan Vennell
talk to the php authors. just e-mail someone @php.net. those guys can most likely host your stuff under their documents area if they like them. -Ryan >>> <[EMAIL PROTECTED]> 04/01/03 07:39AM >>> Dear List, Recently I've conducted internal training progra

[PHP] Ok, problem found, but that makes way for another...

2003-04-02 Thread Ryan Vennell
ok, my last post stated that i've tried reconfigureing.making/makeinstalling php 4.3.1 a tons of times. well, today when i typed php -v it told me that version 4.2.2 was the one that was installed. so apparently my installing has not been taking the place of the old one. The original root i

[PHP] Re: question: installing PHP with mysql isn't working?

2003-04-02 Thread Ryan Vennell
you can try just straight --with-mysql without the = and it may be in the default path... >>> Don<[EMAIL PROTECTED]> 04/02/03 03:18PM >>> Hi, Trying to install PHP with the ability to interact with MySQL. In my configuration, I've included the option: --with-mysql=shared,/usr There are no com

Re: [PHP] Ok, problem found, but that makes way for another...

2003-04-03 Thread Ryan Vennell
installed in /usr/local. Simply remove the old installation (man rm ;-) and change httpd.conf to look for php in the new place Ryan Vennell wrote: >ok, my last post stated that i've tried reconfigureing.making/makeinstalling php >4.3.1 a tons of times. well, today when i typed php -v it t

[PHP] httpd.conf - php entry?

2003-04-03 Thread Ryan Vennell
my other post seems to be getting a ways down, so i'm posting this up top. where in the httpd.conf can i find the directory entry for PHP? i cant seem to find it anywhere in there and i need to change it. thanks for any help. -Ryan -- PHP General Mailing List (http://www.php.net

[PHP] Re: httpd.conf - php entry?

2003-04-03 Thread Ryan Vennell
h ok i did a searh in it and found no reference to php. is there anywhere else i would find a place in apache settings that would be telling it where to find php? Thanks -Ryan >>> Ryan Vennell<[EMAIL PROTECTED]> 04/03/03 03:29PM >>> my other post seems to be get

[PHP] libphp4.so

2003-06-06 Thread Ryan Vennell
ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but i'm not an extremely advanced user either so any help would be useful... i cant exactly run apache w/ php w/out this module. thanks for any help any of you can give me. Redhat 8/apache2 (ugh @ bo

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Ryan A
that much right? BTW, nice design. Cheers, -Ryan - Original Message - From: "Mark Owen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 12:24 PM Subject: Re: [PHP] [FYI] phpbooks.com > > > we set up

Re: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Ryan A
Hey Mark, As an experiment I guess its ok, but as a steady stream of money I had my doubts. Best of luck. Cheers, -Ryan - Original Message - From: "Mark Owen" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, J

[PHP] Re: libphp4.so

2003-06-06 Thread Ryan Vennell
a little help? >>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>> ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but i'm not an extremely advanced user either so any help would be useful... i cant exactly run apache w/

[PHP] Error starting apache w/ php installed (or not?)

2003-06-06 Thread Ryan Vennell
ok when i try to start apache2 (on redhat 8, php 4.2.2) i get this: Starting httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: libssl.so.4: cannot open shared object file: No such file or directory [FAILED] line 176 of the htt

[PHP] Re: PGP?

2003-06-06 Thread Ryan Vennell
chances are, if it's possible it'd be a plugin or script on the PGP homepage. try there. or maybe try http://php.resourceindex.com/ they may have something of use to you.... -Ryan >>> Ben Cheng<[EMAIL PROTECTED]> 06/06/03 08:54AM >>> Any way in PHP to

[PHP] selecting count and then dumping to an array

2003-06-07 Thread Ryan A
Hi, Is there any way to get a COUNT of records (SELECT count(*) FROM main_my where type=$t) for 5 types using hopefully one select statement and then dumping that into an array? The reason I am asking is running 5 selects on the DB at once is not a very good idea...right? Thanks, -Ryan http

Re: [PHP] selecting count and then dumping to an array

2003-06-07 Thread Ryan A
Thanks guys, will give it a shot and write back if i have any problems. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] please help, simple problem (i think)

2003-06-07 Thread Ryan A
can use it... something like: $one=$row[1]; $two=$row[2]; $thr=$row[3]; heres the code: Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] please help, simple problem (i think)

2003-06-07 Thread Ryan A
Hi, Basically I am offering some packages and I want to say: These are the following packages with your account: package1 (-$row1-) package2 (-$row2-) package3 (-$row3-) package4 (-$row4-) package5 (-$row5-) how to do it? Thanks, -Ryan > Maybe you should tell us what you really want to

Re: [PHP] please help, simple problem (i think)

2003-06-07 Thread Ryan A
Hi, I dont have packageName therejust id,type Plus i need to do this in 2 placesso if i could assign each counts result to a variable...it would be reay easy. Cheers, -Ryan - Original Message - From: "Boaz Yahav" <[EMAIL PROTECTED]> To: "Ryan A&qu

[PHP] Sessions problem

2003-06-07 Thread Ryan A
] = $p5; } else {echo "not working";} // header("Location: my.login.php"); exit; } it always gives me "not working" Any idea why? -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE:Sessions problem

2003-06-07 Thread Ryan A
Hi all, Please disregard the last mail. Cheers, -ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to question.

2003-05-30 Thread Ryan A
sql is entered into his accounts database for use later on. Sorry if that sounded confusing but if you get what i am trying to say you will see that its not really. Thanks for your help, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Suggestion of webpage about search engines

2003-05-31 Thread Ryan A
Liar Liar, This is your site..I recognize the english/spelling mistakes. -Ryan - Original Message - From: "l" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 2:24 PM Subject: [PHP] Suggestion of webpage about search engines &g

Re: [PHP] Re: cheap PHP+SQL WebHosting

2003-06-02 Thread Ryan A
sting. Cheers, -Ryan - Original Message - From: "Saint Urho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 4:40 PM Subject: Re: [PHP] Re: cheap PHP+SQL WebHosting > I have been using phpwebhosting with no problems for the last year. &

Re: [PHP] Re: cheap PHP+SQL WebHosting

2003-06-02 Thread Ryan A
oops sorry, was just trying to reply to the dude and didnt mean to also mail the whole list. Cheers, -Ryan - Original Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "PHP Lists"

[PHP] Cookies - recomendation please

2003-06-02 Thread Ryan A
cookies are too complicated. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] submitting to differient php scripts based on button -O T-

2003-06-04 Thread Ryan A
o.php or thr.php depending on which BUTTON is pressed (I am using html buttons ) I have 3 buttonshow do i set it? Sorry this is so O T but any help appreciated. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pagenting logic to cut short

2003-06-04 Thread Ryan A
if(($totalrows % $limit) != 0){ if($i == $page) echo($i.": "); else echo("$i "); if(($totalrows - ($limit * $page)) > 0){ $pagenext = $page+1; echo("   NEXT "); }else echo(".."); }

[PHP] John - > RE: pagenting logic to cut short

2003-06-04 Thread Ryan A
Hey John, Thanks, its working fine now, actually a little better than I expected :-) Dont understand the logic though, if you find time point me to the correct place where i can read up and figure out the logic you used. Thanks again. Cheers, -Ryan - Original Message - From: "J

Re: [PHP] My Sincere Greetings

2003-06-04 Thread Ryan A
G=Google+Search) If possible send the warning to your family and pals, you never know you might save someone some embarassment and may actually get one of these f#$#^$@ [EMAIL PROTECTED] thrown in jail. Not everyone is as smart as you and some people are new to the net so might fall for this. C

[PHP] oasis banners - ot -

2003-06-05 Thread Ryan A
how you installed it. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] insert loop logic

2003-06-05 Thread Ryan A
ible reply with a little code as am feeling braindead. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Rateing script

2003-06-08 Thread Ryan A
guys have any idea/s? The closest i got was this from google http://www.hotscripts.com/Detailed/16425.html but that again gave me a 404 page :-( What do ya think? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] This is NOT the right place to ask this but I am desperate

2003-06-09 Thread Ryan A
Hi, Apache is a fantastically written server/program, thats why it has its own mailing list. why not write there? You will get a lot more answers to the point plus you wont bug others on this list. Cheers, -Ryan - Original Message - From: "Simon Thurtle" <[EMAIL P

[PHP] .htaccess

2003-06-09 Thread Ryan A
Hi, Just one question, is there any way that when a person logs in via the htaccess popup that i can know via my php script...and can i also get his username? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best PHP books

2003-06-10 Thread Ryan A
I myself use PHP BlackBook and started off on that got me this far and still keeps me going. HTH Cheers, -Ryan - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Brian @ BHTSystems" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

[PHP] confusing problem or am just plain confused....

2003-06-10 Thread Ryan A
d all help appreciated. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Any experience (good or bad) with domehost.com?

2003-06-10 Thread Ryan A
you can write and ask them if you have any questions about our service... I will be happy to answer any of your questions. Cheers, -Ryan P.S my above offer is only for 1 year hosting contracts. - Original Message - From: "Steve Magruder" <[EMAIL PROTECTED]> To: <[EMA

[PHP] Session Array...

2003-06-10 Thread Ryan A
.without the user re-picking the packages(not done) I was able to do the above (point 3) when i was working with a simple array (eg: id[]=1) but am unable to do so when working with the newer one (id[something]=1) Any help appreciated. Thanks, -Ryan -- PHP General Mailing List (http

Re: [PHP] Re: Warning Spammer

2003-06-10 Thread Ryan A
/redir.php?ad=15&aid=2310 Cheers, -Ryan - Original Message - From: "Kevin Saenz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 2:06 AM Subject: Re: [PHP] Re: Warning Spammer > Spamassassin with Razor wor

Re: [PHP] Re: Warning Spammer

2003-06-11 Thread Ryan A
So dont buy it...download a free copy and for the next month or so bounce all the spam crap back to the spammersat least you will be taken off some of their lists as your address will be marked as invalid... Just my 2 cents coz thats what i am doing, cant do much else can we? Cheers, -Ryan

Re: [PHP] Re: Warning Spammer

2003-06-11 Thread Ryan A
und 150$ a month for hosting a site and offering you just 25mb of space..no databases/php/cgi-bin etc just a mail server and you can send however much of junk you want from there Cheers, -Ryan - Original Message - From: "Randum Ian" <[EMAIL PROTECTED]> To: <[EMAIL PROT

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