Re: [PHP] GD, changing an images pixel color, color matching, fuzzy picture

2008-03-28 Thread Casey
On Mar 28, 2008, at 4:27 PM, Lamonte <[EMAIL PROTECTED]> wrote: Okay I created a script that changes a basic smiley face into a red smiley face..but it doesn't replace all the yellow, it looks like a yellow shadow in the background: $color = imagecolorallocate($im,hexdec(substr($hex,0,2)),h

Re: [PHP] GD, changing an images pixel color, color matching, fuzzy picture

2008-03-28 Thread Casey
I have an annoying habit of not using comments :) Explanations are inline. On Mar 28, 2008, at 7:10 PM, Lamonte <[EMAIL PROTECTED]> wrote: Casey wrote: On Mar 28, 2008, at 4:27 PM, Lamonte <[EMAIL PROTECTED]> wrote: Okay I created a script that changes a basic smiley face

Re: [PHP] munge / obfuscate ?

2008-03-28 Thread Casey
On Mar 28, 2008, at 7:15 PM, "Jack Sasportas" <[EMAIL PROTECTED] > wrote: -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 10:02 PM To: Joey Cc: PHP Subject: RE: [PHP] munge / obfuscate ? Hi Joey, Please keep responses on the list so ot

Re: [PHP] GD, changing an images pixel color, color matching, fuzzy picture

2008-03-28 Thread Casey
On Mar 28, 2008, at 7:38 PM, Lamonte <[EMAIL PROTECTED]> wrote: Casey wrote: I have an annoying habit of not using comments :) Explanations are inline. On Mar 28, 2008, at 7:10 PM, Lamonte <[EMAIL PROTECTED]> wrote: Casey wrote: On Mar 28, 2008, at 4:27 PM, Lamonte <[

Re: [PHP] extract escaped quoted strings

2008-03-29 Thread Casey
On Mar 29, 2008, at 4:16 PM, Adam Jacob Muller <[EMAIL PROTECTED]> wrote: Hi, Have a potentially interesting question here, wondering if anyone has done this one before and could shed some light for me. I have a bit of PHP code that needs to extract some quoted strings, so, very simply: "

Re: [PHP] new lines in textareas?

2008-03-29 Thread Casey
> archives and did not find anything useful. (They tended to tell me to > put in \n or !) > > Thanks > > Mary Anderson > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > \n, or just a plai

Re: [PHP] preg_replace_callback(), how to pass function argument/param?

2008-03-30 Thread Casey
ch: <http://browsehappy.com/> > BCC?: <http://snipurl.com/w6f8> > My: <http://del.icio.us/mhulse> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg_replace_callback(), how to pass function argument/param?

2008-03-30 Thread Casey
On Sun, Mar 30, 2008 at 9:37 PM, Micky Hulse <[EMAIL PROTECTED]> wrote: > Casey wrote: > > preg_replace_callback($f, 'mah_processTags(\'$0\', $arg1)', $text); > > Does this work? > > Awww, does not seem to work. :( > > But maybe I need to

Re: [PHP] preg_replace_callback(), how to pass function argument/param?

2008-03-30 Thread Casey
On Sun, Mar 30, 2008 at 10:06 PM, Micky Hulse <[EMAIL PROTECTED]> wrote: > Casey wrote: > > Hmmm. I've searched around, and it seems that only a global would work :/ > > Thanks for the help Casey! I really appreciate it. :) > > Yah, I think I will use a global fo

Re: [PHP] PHP: array with null shows different with print_r and var_dump

2008-04-01 Thread Casey
es this convert to null to NULL? null is case-insensitive, so it doesn't matter how you type it. > [1]=> > NULL > } var_dump converts null into the string "NULL". > > Can you tell me why the above difference? > -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PostTrack Updates

2008-04-05 Thread Casey
On Apr 5, 2008, at 6:23 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: On Apr 5, 2008, at 1:48 AM, Robert Cummings wrote: On Fri, 2008-04-04 at 22:39 -0700, Jim Lucas wrote: Robert Cummings wrote: \n" ?> Some changes take effect with the PostTrack metrics \n" ?> system with this week (will s

Re: [PHP] Include fails when "./" is in front of file name

2008-04-06 Thread Casey
nclude path is: include_path = ".;.\includes;.\pear" (I've > also tried include_path = ".;./includes;./pear") >phpinfo() works fine. > > Anyone have any ideas? > > Thanks! > > Noah > > Is that include() statement being issued within an included PHP page? a.php directory/b.php -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Arbitrary mathematical relations, not just hashes

2008-04-06 Thread Casey
and technology is unwise and ultimately futile. > Something like this? array( 'type' => 'fruit', 'color' => 'red' ), 'ruby' => array( 'type' => 'gem', 'color' => 'red' ) ); // Search for all red objects. $red = array(); foreach ($objects as $name => $object) { if ($object['type'] == 'red') $red[] = $name; } ?> -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Arbitrary mathematical relations, not just hashes

2008-04-06 Thread Casey
t; > I realize SQL does all this and more, but that seems like overkill for > something this simple? > > -- > We're just a Bunch Of Regular Guys, a collective group that's trying > to understand and assimilate technology. We feel that resistance to > new ideas and

Re: [PHP] require_once dying silently

2008-04-08 Thread Casey
t; brainstorming... it's readable by the user running apache, right? And > even if it weren't, that should have thrown an error *shrugs* > > That's all I can think of. I hope it is of some use to you. > > > > > > You should try: -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] books for php

2008-04-08 Thread Casey
ething new everyday! > > Some programming books, such as guides to Windows source code, > have pictures. > > http://www.pilotpig.net/images/winsource.jpg ROFL. -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Quarters

2008-04-11 Thread Casey
ago. > -- > --- > http://sperling.com http://ancientstones.com http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I won. Finally figured out the secret, without $5 >_>

Re: [PHP] Return an Array and immediately reference an index

2008-04-12 Thread Casey
'f', 'b' => 'g', 'c' => 'h', 'd' => 'i', 'e' => 'j'); } echo ${!${!1}=ReturnArray()}['a']; // 'f' ?> :) -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Return an Array and immediately reference an index

2008-04-12 Thread Casey
On Sat, Apr 12, 2008 at 9:35 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 12, 2008 at 12:18 PM, Casey <[EMAIL PROTECTED]> wrote: > > > > > > > > > > On Sat, Apr 12, 2008 at 9:12 AM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: &g

Re: [PHP] Need a simple one time search utility

2008-04-12 Thread Casey
On Apr 12, 2008, at 12:13 PM, Al <[EMAIL PROTECTED]> wrote: I need a simple utility that simulates GREP to find a certain string in any php files on my website. Site is on a shared host w/o shell access so I can't run GREP. I can write a PHP scrip to do it; but, this is a one time thing and

Re: [PHP] PHP Serialization Performance

2008-04-16 Thread Casey
ghtly easier to write, but the > con is that it's harder to read. > > Thanks! > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > According to this (http://us2.php.net/manual/en/function.var-export.php#

Re: [PHP] loop inside a loop

2008-04-17 Thread Casey
these two.. > > $x = 0; > while ($x < 1000) { > echo "1"; > $x++; > sleep(1); > } > > $y = 0; > while ($y < 100) { > echo "2"; > $y++; > sleep(10); > } > > but at the same time so it would output something like >

Re: [PHP] foreach loop to set variables

2008-04-25 Thread Casey
On Apr 25, 2008, at 6:12 AM, jamest <[EMAIL PROTECTED]> wrote: I am passing an array to a class which I want to take the array data and create some variables from the array's keys and values. So I want to create (in this case 21) new variables that I want to create in the foreach but wit

Re: [PHP] Complex escape string

2008-05-03 Thread Casey
/www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > $q = "This is the string that will go into the query: " . mysql_real_escape_string($_GET['searchstring']); -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] new $foo->className(); Class name must be a valid object or a string

2008-05-03 Thread Casey
On May 3, 2008, at 4:46 PM, Jack Bates <[EMAIL PROTECTED]> wrote: I am trying to load PHP objects stored in a database, where the class name is stored in a column: $object = new $resultSet->getString(1); This fails for the same reason that the following fails: className(); Fatal error: Clas

Re: [PHP] Execute command from web browser

2008-05-03 Thread Casey
squid') > echo "Squid UP" > ?> > > but, don't work from web browser. > > What is wrong > > Thanks, > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Month with leading zeros

2008-05-10 Thread Casey
x27;July', '8' => 'August', > '9' => 'September', '10' => 'October', '11' => 'November', '12' => > 'December'); > > $current_month = DATE("n"); > > e

[PHP] another problem

2002-07-22 Thread Georgie Casey
well, i solved the last problem on my own but now i need help on my new one :-) how do you convert text to hexadecimal with PHP? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory

[PHP] Auto Increment Problems....

2002-07-29 Thread Georgie Casey
rite, my primary key column ("id") is set to auto_increment as usual which is very handy. But when I delete a row, the auto_increment just keeps incrementing and there's this 'hole' left where I deleted the row! Apart from this looking ugly, it poses another problem. In my PHP script where I can

[PHP] ORDER BY from 2 tables

2002-07-29 Thread Georgie Casey
i assume this is a simple question... how can I SELECT * FROM 2 different tables in the same query, ORDER BYing the 'hits' column, which both tables have. eg, 2 tables i have are similiar and i want to merge them and then select everything ordering by hits -- PHP General Mailing List (http:/

[PHP] Mkdir!

2002-08-04 Thread Georgie Casey
When I create directories in PHP through the mkdir() command, what number should I set the mode so I have the priveleges to delete the directory through FTP? I used to always set them to 777 but then when I try to delete the directories in FTP, it doesnt let me, and I have to write a PHP script th

[PHP] error reporting

2002-08-14 Thread Georgie Casey
rite, without access to the php.ini file, how can i get php to print all errors on my web server. it runs linux -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing

[PHP] FUNCTIONS

2002-08-19 Thread Georgie Casey
i wrote a function do write a file for me on info taken from a db, and wrote a script with a for loop going through every row in the db, and calling the function. so the function is called about 200 times. but i'm getting weird results, the files are corrupted. its grand when i just go one at a ti

Re: [PHP] FUNCTIONS

2002-08-19 Thread Georgie Casey
; do this. > > unset($variable); > > OR > > $variable = ""; > > Either will do. > > ~ Matthew > > -Original Message- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 10:30 AM > To: [EMAIL PROTECTED] > Subject:

Re: [PHP] FUNCTIONS

2002-08-19 Thread Georgie Casey
its supposed to write a MIDI file from some music notes, the start of the MIDI file is grand but the end has some of the MIDI from the next database record! "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 002e01c2479f$1dbf6590$8102a8c0@000347D72515">news:002e01c2479f$1dbf6590$8102a8c0@0003

[PHP] Writing Files

2002-08-30 Thread Georgie Casey
How do you write files so that theyre chmoded 777 by default. the folders theyre written to are 0777 but the files aren't. so i cant delete or modify the files through PHP, i have to first chmod them with FTP, which takes ages. -- Regards, Georgie Casey [EMAIL PROT

[PHP] Security Permissions

2002-08-30 Thread Georgie Casey
before on my host, i could make directories and write files in PHP. now i cant. my host removed frontpage extensions in the meantime, could they be what allow me? or do they have nothing to do with it -- Regards, Georgie Casey [EMAIL PROTECTED] *** http

[PHP] Variables Case Sensitivity??

2002-09-19 Thread Georgie Casey
is there any way to make variables NOT case sensitive?? A partner is posting information to one of my PHP scripts and cant gurantee that variables passed will be lowercase -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Variables Case Sensitivity??

2002-09-19 Thread Georgie Casey
L PROTECTED]">news:[EMAIL PROTECTED]... > Georgie Casey wrote: > > > > is there any way to make variables NOT case sensitive?? > > A partner is posting information to one of my PHP scripts and cant gurantee > > that variables passed will be lowercase > > Su

[PHP] ERROR

2002-09-21 Thread Georgie Casey
thinking one of these could be to blame. So my question is, does PHP return this error when some loops aren;t closed?? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mai

[PHP] JAVASCRIPT INCLUDES

2002-09-22 Thread Georgie Casey
In HTML, you can do this: http://localhost/top_stuff.php?affiliate=1";> But the script isn't executed before being used by the browser, it's returned with PHP tags and all, which obviously gives JS errors. Is there any setting you can change in Apache that let's you do this. -- PHP Genera

Re: [PHP] JAVASCRIPT INCLUDES

2002-09-22 Thread Georgie Casey
that URL (http://localhost/top_stuff.php?affiliate=1) yourself. > If your PHP scripts are not being processed and instead are just > displayed in the browser, then your Web server is not configured to > process PHP. > > Happy hacking. > > Chris > > Georgie Casey wrote: > >

[PHP] Re: JAVASCRIPT INCLUDES

2002-09-22 Thread Georgie Casey
Solved the problem. In case anyones wondering, I had the PHP script starting with a and ending with when I already had that done in the HTML page. Simple "Georgie Casey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In HTML,

[PHP] AS A MATTER OF INTEREST

2002-09-28 Thread Georgie Casey
Can you fake IP addresses and referer addresses with the PHP header command. I want to contact a remote php script and not have my page as the referer or ip address. Is this possible with sockets or even just fopen()? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http

[PHP] SAFE MODE

2002-06-10 Thread Georgie Casey
How do i setup safe mode scripting (each script has a different uid) on my win32, apache, php setup? my plesk host has to use it and i want to be able to test my scripts on my own computer. i set "safe mode = On" in my php.ini file but the script still lets me include a file, whereas the script o

[PHP] safe scripting

2002-06-12 Thread Georgie Casey
How do i setup safe mode scripting (each script has a different uid) on my win32, apache, php setup? my plesk host has to use it and i want to be able to test my scripts on my own computer. i set "safe mode = On" in my php.ini file but the script still lets me include a file, whereas the script o

[PHP] Emulating HTTP File Uploads

2002-06-21 Thread Georgie Casey
Does anyone know how to upload a file through PHP through the HTT interface. I use fopen() to open remote php scripts using the GET method for non-file uploads but it doesnt work with HTTP POST or file uploads. Does anyone have any ideas? -- Regards, Georgie Casey [EMAIL PROTECTED

[PHP] Searching...

2002-07-18 Thread Georgie Casey
dont know of? or does the 2 queries not mka emuch of a difference -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Hex Help Please...

2002-07-21 Thread Georgie Casey
Rite, There's a PHP script that takes a monochrome BMP and converts it into some sort of hex code and I've noticed some patterns with this code. This image is 72 pixels wide by 14 high so there's 1008 pixels. In the code returned, theres 252 chars, which is 1008 divided by 4. So I guessed the im

[PHP] Re: Hex Help Please...

2002-07-21 Thread Georgie Casey
OK, i thought I found my solution but... How come if I convert from "1000" from Binary to Hex in calculator, it returns 8, but when I use the PHP bin2hex function, it returns loads of 3s and 0s "Georgie Casey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

[PHP] Check Boxes and updating records. (HELP ME....)

2002-02-01 Thread Georgie Casey
OK, I've a page for my users to sign up on my website and in the form, there's a few checkboxes fields. So I set the name of the check boxes as name[] and PHP made an array of all the options choosen. All the check boxes values are numbers, so I got all the numbers from the array, put a comma betw

[PHP] Writing PHP files from inside a PHP file

2002-02-06 Thread Georgie Casey
fread" but that just printed "" to the static page instead of replacing it with the value. Any suggestions? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Directory *** --

[PHP] Re: Writing PHP files from inside a PHP file

2002-02-07 Thread Georgie Casey
returns the parsed PHP. > Sounds like what you're looking for. (I.e. storing PHP code in a database, > right?) > > J > > > > Georgie Casey wrote: > > > I want to extract information from a database table and create a > > half-static, half-dynamic PHP page fr

[PHP] Search Page

2002-02-08 Thread Georgie Casey
then cancel that query and query again with a "LIMIT" tag on the end to display the first 10 results. Is there a more efficient way of doing what I'm trying to do? I coded it myself so its probably poor, design-wise. Am I going about it the right way? -- Regards, Georgie Ca

Re: [PHP] A MYSQL COUNTER

2002-02-12 Thread Georgie Casey
the user page hits, use a text file; then use > grep/awk/sed/perl/php to search for specific users with their page hits, > etc. > > Define your requirements more explicitly, then choose a solution. > > -Original Message- > From: Matthew Walker [mailto:[EMAIL PROTEC

Re: [PHP] A MYSQL COUNTER

2002-02-12 Thread Georgie Casey
illions of rows and very complex relational > structures. > > -Original Message- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 11:00 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] A MYSQL COUNTER > > > whenever they're is

[PHP] Problems with Cookies

2002-02-16 Thread Georgie Casey
Rite, a user logs in at http://localhost/employers/login.php and PHP sets a cookie, eusername, that has his username, funnily enough. then he clicks on to the /employers/search.php, submits his query and clicks on the page of http://localhost/freelancers/some_guy/index.php When I have a bit of P

[PHP] Re: Problems with Cookies

2002-02-16 Thread Georgie Casey
email me if you dont understand something about my question. I read it back to myself, and it all sounds so complicated! TIA "Georgie Casey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Rite, a user logs in at http://localhost/

[PHP] WAP

2002-04-20 Thread Georgie Casey
How do I configure my Win98 Apache/MySQL/PHP test server to be able to show me WAP pages. I followed a tutorial on PHPBuilder but when I test pages with my WAP emulator, it returns a "empty page" error. Does anyone know any other web links for configuring to WAP, especially for WIN32 -- PHP G

[PHP] Simulating a FORM POST thing (HELP!)

2002-05-26 Thread Georgie Casey
Rite, when you see a web form, you know you can simulate the submit by filling in the values in the address field, just like a GET method, and it usually works the exact same. But how do you do it when one of the fields in the form is a file upload?!?!?! For the record, its a GIF file you've to u

[PHP] Re: Simulating a FORM POST thing (HELP!)

2002-05-26 Thread Georgie Casey
ge [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > $im = createfrombmp("image"); > print ""; > print ""; > ?> > you get the idea > > I think PHP does have other funtions for file uplading though. > > "Georgie Casey" <[EMA

[PHP] Re: Simulating a FORM POST thing (HELP!)

2002-05-26 Thread Georgie Casey
understand the format. > > You need to use createfrombmp() not createfromwbmp() > > > "Georgie Casey" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > i'm getting an error message saying my BMP file i'm t

[PHP] Uploading Files through PHP

2002-02-27 Thread Georgie Casey
the code on the form page, when i submit i'm told the $wordcv is a null. WHY?? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Directory *** -- PHP General Mailing List (http://www

[PHP] the date90 fucntions gone haywire!

2002-02-28 Thread Georgie Casey
The date() function is returning the 19th of Januray 2038 as *ALL* dates no matter what timestamp i feed it! whats goin on?? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Dire

Re: [PHP] the date90 fucntions gone haywire!

2002-03-01 Thread Georgie Casey
the time stamp i'm giving its perfect! i echoed some already and there's no problem. i'm using the code: $time = date("d-m-y", $timestamp); the £timestamp i'm feeding its is perfect, with the year first, then month, date, etc... "Dl Neil" <[EMAIL PROTECTED]> wrote in message 077b01c1c0aa$7531dd20

[PHP] phpAdsNew

2002-03-03 Thread Georgie Casey
I'm getting loads of "undefined variable" errors with this script. any1 know why? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpAdsNEW HELP!!!!

2002-03-03 Thread Georgie Casey
page. But I'm still getting loads of these errors. The script is unusable because of all the errors. Does anyone know what the problem is? Could it be something to do with magic_quotes or something?? TIA -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind

Re: [PHP] phpAdsNew

2002-03-03 Thread Georgie Casey
no, registerglobals has nothing to do with it "Dl Neil" <[EMAIL PROTECTED]> wrote in message 158e01c1c2fc$57b0db80$c200a8c0@jrbrown...">news:158e01c1c2fc$57b0db80$c200a8c0@jrbrown...; > Georgie, > > > I'm getting loads of "undefined variable" errors with this script. > any1 know > > why? > > > You

[PHP] Random Selecting from mySQL

2002-03-13 Thread Georgie Casey
oes anyone know a way round this? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] COOKIES QUESTION

2002-03-13 Thread Georgie Casey
do you have to delete cookies on the same level (directory) you created them? coz mine dont seem to be deleting -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Directory *** --

[PHP] Re: [PHP-DB] Random Selecting from mySQL

2002-03-13 Thread Georgie Casey
to to sort the results for a > given criteria .. > > Gurhan > > > -Original Message- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 2:00 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-DB] Random Selecting from my

Re: [PHP] DHTML Trouble please help

2002-03-14 Thread Georgie Casey
fix ure clock!! "Erik Price" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Saturday, March 13, 2010, at 10:15 PM, Jennifer Downey wrote: > > > I am no DHTML expert and don't even know the language also didn't know > > where > > to post this. But after to

[PHP] Temporary MySQL Tables

2002-03-21 Thread Georgie Casey
Hi, On my site now, there's a lengthy register process where the user has to fill in 5 forms, one after the another. I get the PHP script to echo the values from the previous into the next form by using "; ?> for example. Then I keep carrying the information over to each extra form until the user

[PHP] Exec command problems

2002-03-30 Thread Georgie Casey
then get the program to open this text file and yes, i closed the file before trying to exec the program -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List

[PHP] PEAR

2002-04-03 Thread Georgie Casey
pear is automatically installed with php4 but i cant seem to find it. -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Re: [PEAR] PEAR

2002-04-03 Thread Georgie Casey
dont have to ask the admin to do anyhting for me? "Martin Jansen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Wed, 3 Apr 2002 20:12:46 +0100, Georgie Casey wrote: > > >The sites documentation is crap compared to PHP. > > I love to hear people c

[PHP] post request

2002-04-03 Thread Georgie Casey
using. can any1 shed some light? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting my host to implement CURL

2002-04-05 Thread Georgie Casey
Would it be hard? Like, is it a lot of work for them and/or a security risk? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To

[PHP] HELP!

2002-04-06 Thread Georgie Casey
t be viewed in the source HTML -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HELP! Errors!

2002-04-08 Thread Georgie Casey
%3A+%0A45746", "r") - Bad file descriptor Warning: Supplied argument is not a valid File-Handle resource in it works fine when testing on my win32 apache with php WHY AM I GETTING AN ERROR? -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.film

[PHP] MD5_Crypt Support

2001-08-20 Thread Casey Mueller
package do I need to get MD5 crypt support enabled? Thanks, Casey Mueller [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Tar and GZIP functions

2001-10-05 Thread Georgie Casey
I want users to be able to select files from a folder and then a php script would wrap em up in a tar file. Can zlib funtions do this? the files are small gifs, if that helps tia -- Regards, Georgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's O

[PHP] MySQL question

2001-10-05 Thread Georgie Casey
orgie Casey [EMAIL PROTECTED] *** http://www.filmfind.tv Ireland's Online Film Production Directory *** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP] Chocked

2006-12-29 Thread Casey Chu
He probably meant "shocked" and "shocking". On 12/29/06, Jim Lucas <[EMAIL PROTECTED]> wrote: Peter Lauri wrote: > I was chocked when I got my additional dedicated server from my server > provider. I assumed everyting would have been the same as I ordered the > server with same package name etc.

Re: [PHP] Pushing a file to the browser

2007-01-02 Thread Casey Chu
What do you mean by `pushing`? On 9/15/06, Mike Mannakee <[EMAIL PROTECTED]> wrote: Hello, I have a script I've created which takes a file upload, monkeys with the data in it, and needs to push the new file out to the browser. Everything is coded and working up to that last point, but I've nev

Re: [PHP] software recommendation: ServiceCapture

2007-01-03 Thread Casey Chu
I already have one, but this one looks better! I don't want to pay though... On 1/2/07, Paul Novitski <[EMAIL PROTECTED]> wrote: I've recently discovered a tool that I recommend for web work: ServiceCapture by Kevin Langdon http://kevinlangdon.com/serviceCapture/ It acts as an HTTP proxy, inser

Re: [PHP] Access array data in foreach?

2007-01-06 Thread Casey Chu
$value holds the value of the current array element. On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote: Hello, I Have an array $toplevel containing arrays: Array ( [0] => Array ( [0] => 1 [1] => 1 [2] => eka [3] => eka.php ) [1] => Array (

[PHP] PHP Manipulation of WMV

2007-01-07 Thread Casey Chu
Hello. Is there a way to manipulate WMV files with PHP? I need to do so with an include(). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Manipulation of WMV

2007-01-07 Thread Casey Chu
Okay, sorry if I wasn't clear. I need to get frames from a WMV dynamically with PHP. If the way to do is not a native PHP function, I need to use an include() to get the functions because I can't use extensions. On 1/7/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Casey Chu wr

Re: [PHP] password protecting files, only allowing authorized users

2007-01-11 Thread Casey Chu
This is impossible with only PHP. You might need a combination of PHP and AJAX [Javascript]. On 1/11/07, Dave <[EMAIL PROTECTED]> wrote: Hello, I'm using php and apache2 on a freebsd box. I know about .htaccess that the web server can provide, but i'm looking for something php can do, i want

Re: [PHP] Javascript detection , working version

2007-01-13 Thread Casey Chu
That book is so cool! =P Anyways, it said that browsers with Javascript, but not a recent enough Javascript would not display the Noscript. On 1/13/07, tedd <[EMAIL PROTECTED]> wrote: At 9:32 PM -0800 1/11/07, Jürgen Wind wrote: >tedd wrote: >>index.php, jstest110.php) , make it one. >ok >---8<

Re: [PHP] Validating a link in php

2007-01-25 Thread Casey Chu
Try changing that url to www.youtube.com:80/v/JqO8ZevPJNk On 1/25/07, Robert Porter <[EMAIL PROTECTED]> wrote: Frank Arensmeier wrote: >Did you take a look at the error numbers / messages returned by >fsockopen? What do they say? Actually, I only get warnings, not errors, but here's what they

Re: [PHP] DATE

2007-01-27 Thread Casey Chu
Read http://us3.php.net/manual/en/function.strtotime.php. It might help. On 1/27/07, Ron Piggott <[EMAIL PROTECTED]> wrote: I have date in the variable $date_reference in the format -MM-DD. How do I find out the date before this and the date after this? Ron -- PHP General Mailing List (ht

Re: [PHP] Writting a simple proxy in PHP

2007-02-06 Thread Casey Chu
Try using cUrl. On 2/6/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Alessandro Vernet wrote: > I would like to forward on the server side (also called "proxy" or > "server-side redirect") some queries that get to my PHP script. A naive > approach is to do: > > print(implode("", file("http://localh

Re: [PHP] un include?

2007-02-10 Thread Casey Chu
Maybe you could make a separate PHP file, include it there, then pass the results to the main file? On 2/10/07, jekillen <[EMAIL PROTECTED]> wrote: Hello all; Is there a way to un include a file once it has been included in a script? I have a situation where I need to include a php file for a v

Re: [PHP] echo text - anti-spam-spider measure

2007-02-27 Thread Casey Chu
On 2/27/07, John Taylor-Johnston <[EMAIL PROTECTED]> wrote: How do I encode it? And would the href tag work? Casey Chu wrote: > ^ So put that into a tag. > > On 2/27/07, Casey Chu <[EMAIL PROTECTED]> wrote: >> Try using Javascript? Or use all entities? For exampl

Re: [PHP] echo text - anti-spam-spider measure

2007-02-27 Thread Casey Chu
It works. =P I tested it. Try it here! =P http://themfund.com/snippets/test.php On 2/27/07, Casey Chu <[EMAIL PROTECTED]> wrote: I'm not sure with both of your questions. I'm too lazy to try. Untested: But to encode it, you would use preg_replace_callback('~([\d\w])~&

Re: [PHP] echo text - anti-spam-spider measure

2007-02-27 Thread Casey Chu
^ So put that into a tag. On 2/27/07, Casey Chu <[EMAIL PROTECTED]> wrote: Try using Javascript? Or use all entities? For example: mailto:php-general@lists.php.net would turn into mailto:php-general@lists.php.net On 2/27/07, John Taylor-Johnston <[EMAIL PROTECTED]> wrote: >

Re: [PHP] echo text - anti-spam-spider measure

2007-02-27 Thread Casey Chu
Try using Javascript? Or use all entities? For example: mailto:php-general@lists.php.net would turn into mailto:php-general@lists.php.net On 2/27/07, John Taylor-Johnston <[EMAIL PROTECTED]> wrote: I need an anti-spam-spider measure for my site. Too many addresses are getting raked. In once in

Re: [PHP] echo text - anti-spam-spider measure

2007-02-28 Thread Casey Chu
http://themfund.com/snippets/test.php Has %HEX, &#entity;, and even a entity version of the hex! On 2/28/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, February 28, 2007 1:20 am, Stut wrote: > Of all the possible methods, entities are the easiest for bots to > handle. They just need to de

<    1   2   3   >