[PHP] refresh parent window after submit of child

2004-03-11 Thread Ryan A
way) I would prefer a pure php solution as I dont know if JS will be on on the clients machine. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Get nice variables from POST

2004-03-11 Thread Ryan A
Does this look nicer? $fields = array('username', 'password', ...); foreach($fields as $key) $$key = $_POST[$key]; Hi Marek, A bit confused...whats the meaning of the double $ for key...or is that a typo? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: Re[2]: [PHP] Get nice variables from POST

2004-03-11 Thread Ryan A
Hey Richard, See Chapter 7 (Variables) of the PHP manual. I remember reading about variable variables and also remember not understanding them :-) Will go through ch.7 again. Thanks. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] OT Kinda - Top Posting

2004-03-11 Thread Ryan A
post this... :-p wont be doing so after I download and install quotefix but feel free to flame if you cant take a joke. Cheers, -Ryan Can you all please stop top posting? It makes the posts harder to follow. Please break the habit right now. i agree. and for those of you that would like

Re: [PHP] Behind the scenes coding?

2004-03-14 Thread Ryan A
Hehehe, this is pretty good, 3rd or 4th time I have read this exact email. I'm guessing Jason has this saved and waits for someone to do this then copies and pastes! Cheers, -Ryan You have started a new thread by taking an existing posting and replying to it while you changed the subject

[PHP] Regex help

2004-03-15 Thread Ryan A
, Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Regex help

2004-03-15 Thread Ryan A
this problem was with cookies and sessions, I found the links I got from the people on this list much better than the examples in the manual...after learning from the web I did go back to the manual and understood thing much better. Cheers, -Ryan On 3/15/2004 6:18:38 PM, Chris W. Parker ([EMAIL

[PHP] tracking emails

2004-03-15 Thread Ryan A
, is there something I missed or any particlar way YOU do it? Thanks, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regex help (SOLVED)

2004-03-15 Thread Ryan A
and suggested alternatives like explode(), but personally I thought explode too was a regex..:-(. Cheers, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Certification

2004-03-15 Thread Ryan A
Cheers, -Ryan * HI, I need information about the php certification, from www.expertrating.com . Does this site has good market reputation? Does www.php.net has some plans to introduce certification path? Comments welcome. Thanks, Sheri, -- PHP General Mailing List

Re: [PHP] Re: tracking emails

2004-03-15 Thread Ryan A
On 3/15/2004 11:19:13 PM, Rob Adams ([EMAIL PROTECTED]) wrote: Ryan A [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Problem: After sending the newsletter try to see how many people have actually opened the email. Send as html and call a script via a img tag passing

Re: [PHP] PHP Certification

2004-03-16 Thread Ryan A
On 3/16/2004 2:50:52 PM, joel boonstra ([EMAIL PROTECTED]) wrote: On Mon, Mar 15, 2004 at 09:05:42AM -0700, Sheeraz fazal wrote: I need information about the php certification, from www.expertrating. com . Does this site has good market reputation? I took 10 minutes yesterday and checked

[PHP] PHP Zen-cart

2004-03-16 Thread Ryan A
a few features, and (according to the site) easy to customize the design... Anybody have any idea if its any good? pros? cons? recomendations? Thanks, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Anybody using Ensim Pro 3.5, help badly needed (0T)

2004-03-18 Thread Ryan A
to get 4.0 working but how do I get ensim working again? How do I put back these files? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] E-mail account disabling warning.

2004-03-18 Thread Ryan A
attachments even if it seems we sent it, if we require them to download anything it will be AT our site and not attached. They ARE getting sneakier arnt they? -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] outputting php file

2004-03-22 Thread Ryan A
prewritten code you are willing to share? if not, links, suggestions,references to the manual and comments would be appreciated. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] outputting php file

2004-03-22 Thread Ryan A
. Thanks again, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Passing by conditional IF statement...why?

2004-03-22 Thread Ryan A
No results, sorry;} * * * * * its working great when the data actually exists but when there are no matches it still executes the if($res) part instead of displaying No results, sorry. Why is that? or am I using the syntax wrong? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Passing by conditional IF statement...why?

2004-03-22 Thread Ryan A
Ryan A [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have this simple code in my php script: * * * * * $res = mysql_query(SELECT product_id, now()-1 FROM .$tc._prods where cno=$cno AND product_id='$product_id' LIMIT 1); if($res) { $r = mysql_fetch_row

Re: [PHP] Re: Passing by conditional IF statement...why?

2004-03-22 Thread Ryan A
Hey John, Yep, this is just for one row as I need to know which file before I force a download. This is for people selling ebooks, MP3s etc I usually use a while loop if I need multiple rows returned. Cheers, -Ryan On 3/23/2004 3:07:14 AM, [EMAIL PROTECTED] wrote: Ryan A wrote: if(($r

[PHP] looping variables from a file

2004-03-24 Thread Ryan A
I do this while reading from a file? and the other big problem is the file contains one or two arrays... Any ideas? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] looping variables from a file

2004-03-24 Thread Ryan A
. This is all assuming the user comments are correct and variables from include()'d files are captured by get_defined_vars(). Yep, will check that out, but it should..will write back to the list if it does'nt. Thanks again. Cheers, -Ryan P.S I got the other script working where I force the download

[PHP] knowing which file is including

2004-03-26 Thread Ryan A
, is there any way to determine which file is calling the config.inc.php (a or b) and then set the require accordingly? I dont think so but am just wondering as PHP has a crapload of solutions that I would probably never know of. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net

[PHP] blocking warning: Warning: fclose()

2004-03-30 Thread Ryan A
way to block just this warning while keeping all other error handling as is? Thanks, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Domain Name ?

2004-04-01 Thread Ryan A
will get crappy results. HTH Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Domain Name ?

2004-04-01 Thread Ryan A
On 4/1/2004 3:57:57 PM, [EMAIL PROTECTED] wrote: How about RTFM ? http://de2.php.net/parse_url Was that RTFM for me? or for the guy who originally wrote or for the first guy who replied? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Domain Name ?

2004-04-01 Thread Ryan A
On 4/1/2004 3:57:57 PM, [EMAIL PROTECTED] wrote: How about RTFM ? http://de2.php.net/parse_url Was that RTFM for me? or for the guy who originally wrote or for the first guy who replied? It's always for you Ryan. Have you read your questions?!?!? ;) ---John Holmes... Hey

Re: [PHP]

2004-04-05 Thread Ryan A
On 4/5/2004 3:12:11 PM, Nunners ([EMAIL PROTECTED]) wrote: I've got a series of functions which return a list in an array. How can I create an empty array? Or do I need to check it's a valid array before I use it? Cheers James James, Please put the topic in the subject line so we will

[PHP] PHP - Basic Auth - Cpanel

2004-04-08 Thread Ryan A
the data? (eg: which is the authenticating file?) Do I pass it as a GET or a POST or what? URL encode? Thanks, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Hiding email address from Robots ??

2004-04-08 Thread Ryan A
wants your address..blah blah blah Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP - Basic Auth - Cpanel

2004-04-08 Thread Ryan A
with the latest patch? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem running sql stored in the database

2004-04-09 Thread Ryan A
Hi, I am getting 2 values from a form: $client_id and $client_name (for understanding: client_id = '12' name='ryan') when the client submits the form: 1. I run a query in my php script inserts this data into the db,assigns a C_ID. 2. The query also checks if I have a stored sql statement

Re: [PHP] Problem running sql stored in the database

2004-04-09 Thread Ryan A
Hey Richard, Thanks for replying. If that is the case you could modify your insert query: INSERT INTO table (id, name) VALUES ('$id', '$name') No, thats not the problem, its inserting the text $id and $name instead of the values the variables hold. Ideas? Thanks, -Ryan Hi, I am

Re: [PHP] Problem running sql stored in the database

2004-04-09 Thread Ryan A
); if(!$cust_result){echo 'Error (S1) running your optional custom SQL statement.'.mysql_error();} * * * * * * code * * * * * * comments? suggestions? Thanks, -Ryan A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ** SOLVED** Problem running sql stored in the database

2004-04-09 Thread Ryan A
Ok, got it solved after going through all the examples at the online manual for eval() Heres the final code (case you are interested): if($sql_exists == 0){}else{$cust_qry=$o_sql; eval(\$cust_qry = \$cust_qry\;); $cust_result = mysql_query($cust_qry); Cheers, -Ryan -- PHP General Mailing

[PHP] ATTN: List Admins

2004-04-09 Thread Ryan A
Please take out these two addresses: Information Desk [EMAIL PROTECTED] Advance Credit Suisse Bank [EMAIL PROTECTED] everytime we post to the list we get their damn autoresponders. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem running sql stored in the database

2004-04-09 Thread Ryan A
Ryan was blabbering about, right ;) ;) ;) ---John Holmes... I have blabbering turned off today. :o ;) Happy to see I bring so much intelligent conversation to the list :-p Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

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

2004-04-10 Thread Ryan A
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
IS getting included... Any ideas? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 changing the template as whenever

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 the database table

[PHP] Recomedation for 2 scripts

2004-04-13 Thread Ryan A
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, -Ryan -- PHP

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 most things you might need

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

2004-04-14 Thread Ryan A
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

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

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Ryan A
and give me a matchbox ;-) Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
to the clientsthis guy goes to jail and does not even think of telling his clients before hand that he is doing illegal things.. These hosts just think of themselves...going to jail and all. :-D Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Ryan A
On 4/20/2004 11:02:16 PM, Stanley X. Martin ([EMAIL PROTECTED]) wrote: Why don't you two just email each other instead of including us all in your little pissing contest? Stanley G. Martin I second that. -Ryan -Original Message- From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED

[PHP] Escape problems...why?

2004-04-22 Thread Ryan A
is on, and then went to the PHP online manual and it says this cant be fixed during runtime...? is this the problem? if so how to fix it? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Escape problems...why?

2004-04-22 Thread Ryan A
: php_flag magic_quotes_gpc off AuthUserFile /c36/admin/.htpasswd AuthGroupFile /dev/null AuthName Password Protected Area AuthType Basic limit GET POST require valid-user /limit But then am getting a 500 error... any ideas? Thanks, Ryan On 4/23/2004 5:55:34 AM, John W. Holmes ([EMAIL PROTECTED

Re: [PHP] adult content censoring

2004-04-25 Thread Ryan A
Depends on how badly the person wants to use adult languageevery bad words filter can be bypassed unless you are the filter. E.g: you screen the comments before allowing or disallowing it... My $0.2 Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] a good user directory application...

2004-05-12 Thread Ryan A
know of one, and create a stand alone app Of course we'd also prefer that the app be open source... Of course...why pay for something so useful?? Maybe you would also prefer for someone to make this for you...open source and free of course :-) Cheers, -Ryan -- PHP General Mailing List (http

Re: [PHP] Re: readdir and opendir

2004-05-10 Thread Ryan A
On 5/10/2004 3:21:14 PM, greg ([EMAIL PROTECTED]) wrote: Vincent Dupont wrote: Simple question : do readdir and opendir support opening HTTP urls ?? RTFM ! No it doesn't. DUDE! Anger management!!! ;-p Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Ryan A
to split files for different tasks. Nearly all programs can be written in *one* very large .php file but just thinking of going back in to make changes 3 months down the road would be a nightmare. HTH. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
next to any of your saved ads (Ta bort means Remove)...it just goes from the page...very smooth and does not need for the page to be script processed again or anything...HOW? What is it? Javascript..? DHTML? what? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] How to duplicate this functionality?

2004-05-14 Thread Ryan A
did make a note of the rm_id and saw that everything was a GET stringbut didnt know how it was deleteing the text from the page so fast... Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Print a variable's name

2004-05-05 Thread Ryan A
Just escape it... eg: $ryan = something; echo \$ryan =.$ryan; that would print: $ryan = something HTH. Cheers, -Ryan On 5/5/2004 5:02:25 PM, [EMAIL PROTECTED] wrote: I'd like to print a variable's name in a procedure along with it's value Is there a way to do this? for example

Re: [PHP] How to duplicate this functionality?

2004-05-15 Thread Ryan A
, it looked good. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How to duplicate this functionality?

2004-05-15 Thread Ryan A
and so on Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [AWF-TOPIC] How to duplicate this functionality?

2004-05-15 Thread Ryan A
out so you guys can tell me if it does not work with you. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Forums

2004-05-16 Thread Ryan A
at DIVX.com (very very cool) 2. awforum.net (unfortunatly written in ASP..pain in the butt but easy to use as its really simple) The software HAS to be written in PHP coz its for a php discussion site. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Forums

2004-05-17 Thread Ryan A
(which was my first choice when I asked this question here) give it a shot if you get time, but as far as I can see PubBB runs much faster and has some very decent functions/features. Thanks guys, -Ryan A On 5/17/2004 4:03:18 AM, Justin French ([EMAIL PROTECTED]) wrote: Personally, I hate almost

Re: [PHP] Simplistic PHP tutorial

2004-05-25 Thread Ryan A
, and _when_ you stumble across problems you will find this list is very friendly in helping you out. Welcome to PHP. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] lasso (a bit 0T)

2004-05-30 Thread Ryan A
the links have a .lasso extension instead of the normal .htm,.html,.php etc Did a quick search on google and found this http://store.blueworld.com/lp7.lasso sure looks like the same stuff but am not sure... Anybody here worked with Lasso? any suggestions or comments? Thanks, -Ryan -- PHP General

[PHP] Simple calender

2004-05-30 Thread Ryan A
...but if anybody is using a calender already which is like the above + the 1 or two points I wroteyour response would be appreciated. ;-) Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Calender code help

2004-05-31 Thread Ryan A
in the for loop...which is correct as its overwring the one before... (its a bit easier to understand when you see the code, the part enclosed within the //Ryan and //Ryan is where I added my code...which is not working ;-D ) You can download the file (around 3kb) from http://php-php.com/test/cal2.txt

[PHP] Date object

2004-06-01 Thread Ryan A
doing something wrong...but wont know what till I understand the date object that this needs. The script is at: http://scripts.franciscocharrua.com/php-calendar.php Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Date object

2004-06-01 Thread Ryan A
From: Ryan A [EMAIL PROTECTED] A bit confused, I downloaded a function and it says it takes a date objectwhat exactly is a date object? This is exactly what is written The function takes a date object as its only parameter. No such thing. If you look at the code, though

[PHP] Simple cms type system

2004-06-09 Thread Ryan A
would take as much as making a new one and some are just not worth it (in mho). Any suggestions? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
On 6/9/2004 9:04:07 PM, James Harrell ([EMAIL PROTECTED]) wrote: Hi Ryan, Ours isn't open source, but does come with source available for the display modules: http://celestia.cbstech.com You can strip down what features are available by removing modules from the core system. Only

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
On 6/9/2004 9:54:20 PM, Aaron Wolski ([EMAIL PROTECTED]) wrote: Hey James, If its not open source...is it at least free? Thanks, -Ryan Not sure why this matters? If his product can do the job what does it matter if it costs money or not? Even if it does cost money... you get

RE: [PHP] Simple cms type system

2004-06-09 Thread Ryan A
No, it's a commercial product. James Ok, thanks, will look into it if I dont find a free/ cheap solution. Cheers, -Ryan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-09 Thread Ryan A
kindly take your SQLYog and shove it up your yog. Personally I use PHPMyAdmin which works great, is open source and free (donation supported) -Ryan On 6/10/2004 5:49:36 AM, Karam Chand ([EMAIL PROTECTED]) wrote: Webyog has released SQLyog 3.71 SQLyog Job Agent ( SJA ) v2.0 Some

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread Ryan A
(and usually free), your product does not fall in either category, so kindly take your SQLYog and shove it up your yog. Personally I use PHPMyAdmin which works great, is open source and free (donation supported) -Ryan Hey Dan, Ok i'll speak nicely here and i'll be emailing ryan

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread Ryan A
totally, I know what you are getting at though, it was technically spam... Great! Now you see my point. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple cms type system

2004-06-10 Thread Ryan A
the client to update/add/delete text and pictures. Anything comes to mind? if not, tell me which one is best to strip to get the above... Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: THREADS IN PHP

2004-06-12 Thread Ryan A
Please don't hype your post, or you'll find, as do many children, no one will pay it any attention. YEP, THE ABOVE IS TRUE! :-p -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pure PHP menu tree

2004-10-25 Thread Ryan A
something like this HAS been done...(I dont want to sit and recreate the whole thing as I am already in the middle of another project) if anybody can point me in the right direction as to where i can get thismucho gracias :-) Cheers, Ryan -- PHP General Mailing List (http://www.php.net

[PHP] Strange explode()

2004-10-26 Thread Ryan A
); ? This is the output that is confusing me: Array ( [0] = [1] = something.com/cgi-bin/atx/out.cgi?s=63c=1l=galsu= [2] = blah.something.com/bs3/index1.htm ) Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strange explode()

2004-10-26 Thread Ryan A
Hey, Thanks, I have also gotten rid of the blank one like this: if($final2[0]==){unset($final2[0]);} -Ryan On 10/26/2004 3:36:45 PM, Brent Baisley ([EMAIL PROTECTED]) wrote: The result is correct. You are splitting the string based on http://;. There are two instances of it, so there are 3

[PHP] Protecting Javascript via PHP

2004-10-28 Thread Ryan A
. Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protecting Javascript via PHP

2004-10-28 Thread Ryan A
at the calling scripts etcthis way the .js file does not even get cached in the visitors/users machine... Just playing around with ideas,...this list is full of _really_ intelligent people I was hopeing someone else can build on it and maybe pool some of their ideas in on top of mine... Thanks, Ryan

[PHP] (Regex) not working, take a quick look at it plz?

2004-10-29 Thread Ryan A
, '#'), $count ); } $fileContents = preg_replace($regExTags, $data, $fileContents); print_r($fileContents); ? / end code / Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Ryan A
places where you can read up and learn for/by yourself. Cheers, -Ryan I've been trying for most of the day to generate a simple dynamic image in my php script without any success. It seems obvious that something isn't right with my php environment as even the simplest images (like

[PHP] preg_match_all problem

2004-11-01 Thread Ryan A
it into matches[] foreach ($categories as $value) { $pattern = /{.$value. ([0-9_]+)?}/; preg_match($pattern,$content,$matches[]); } foreach ($matches as $key =$value){ preg_match(/\w+/,$value[0],$res); //print_r($res); ***End of code* What am I doing wrong? Thanks, Ryan

Re: [PHP] Re: [users@httpd] November 2, 2004

2004-11-02 Thread Ryan A
your name to the jackass list and delete the mail. Thanks, Ryan On 11/2/2004 5:51:04 PM, John Nichel ([EMAIL PROTECTED]) wrote: Enrico Weigelt wrote: snip So my credo is: Bush for prison, Kerry for president! My credo is keep politics off this mailing list. Wanna discuss politics

Re: [PHP] VOTE TODAY

2004-11-02 Thread Ryan A
the accelerator to the floor. -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Array help

2004-11-02 Thread Ryan A
like so [3] = Array( [0] = Array([0] = {textlinks 16_30}) [1] = Array([0] = 16_30) ) Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: VOTE TODAY

2004-11-02 Thread Ryan A
switch ($the_choice) { case Daniel_Schierbeck_1: echo 'Didnt read previous thread and comes voiceing his political opinions like a jackass on a high traffic PHP mailing list which people from different countries other than the states receive'; break; case Daniel_Schierbeck_2: echo 'Just a

Re: [PHP] VOTE TODAY

2004-11-03 Thread Ryan A
Schierbeck [EMAIL PROTECTED] 11/3/2004 3:52:35 PM Ryan A wrote: On 11/2/2004 6:34:43 PM, ApexEleven ([EMAIL PROTECTED]) wrote: I can't wait for the replies... Heres one, I vote you drive yourself and your family as fast as possible on the freeway then close your eyes and wave both

Re: [PHP] Re: VOTE TODAY

2004-11-03 Thread Ryan A
On 11/3/2004 2:48:28 PM, Daniel Schierbeck ([EMAIL PROTECTED]) wrote: Ryan A wrote: switch ($the_choice) { case Daniel_Schierbeck_1: echo 'Didnt read previous thread and comes voiceing his political opinions like a jackass on a high traffic PHP mailing list which people from

Re: [PHP] Re: VOTE TODAY

2004-11-03 Thread Ryan A
-just read a bit of History-, greeks had a word for those that doesn't care about politics, that translated to english is IDIOT, but I also agree that this is not the best place to discusse about that. Use www.kuro5hin.org by example instead. Best regards, Ryan A wrote: On 11/3/2004 2:48

[PHP] Strange query

2004-11-04 Thread Ryan A
gallery_url,description from members limit 16,30 is returning 17 rows!! I've even tried it within phpmyadmin and its giving me 17 rowswhat am I missing here? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Strange query

2004-11-04 Thread Ryan A
Hey, the second specifies the maximum number of rows to return. Thats where my problem was...thanks. I forget the Limit parameters, i for some reason though the second parameter was till which record to return... Loud and clear sign telling me to get some sleep (i guess) :-) Thanks, Ryan

[PHP] Multiple checkboxes and multiple textboxes

2004-11-05 Thread Ryan A
will be entered into the database so I need proper matching pairs of URL and TXT Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Multiple checkboxes and multiple textboxes

2004-11-05 Thread Ryan A
Nope, This didnt work, it just chops off the last x depending on how many were selected. Thanks, Ryan On 11/5/2004 8:46:27 PM, Jay Blanchard ([EMAIL PROTECTED]) wrote: [snip] These values will be entered into the database so I need proper matching pairs of URL and TXT [/snip] for($i

RE: [PHP] Multiple checkboxes and multiple textboxes

2004-11-05 Thread Ryan A
] . \n; echo $i . nbsp;. $txt[$i] . brbr\n; } else { echo b.$i . nbsp;. $txt[$i] . /b\nbr; } } I unchecked rows: 122,148,149,150 output I got: 0 0's text 1 1's text .etc 149 149's text 150 150's text 151 151's text 152 152's text ideas? Thanks, Ryan On 11/5/2004 9:13:43

RE: [PHP] Multiple checkboxes and multiple textboxes [SOLVED]

2004-11-05 Thread Ryan A
Hey guys, Thank you everyone who replied. The below solution from Warren worked out great for me with a little modification for my specific needs. Cheers, Ryan Hard code the array occurrence number in the checkbox and textbox names; input type=checkbox name=url[1] value='http://somesite

[PHP] Date handling

2004-11-15 Thread Ryan
appears to be since it's not in the core PHP language? Thanks, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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