RE: [PHP] Alpha Channel Question

2002-07-02 Thread Lazor, Ed
I don't understand alpha channel well enough to explain it, but I know you can find more information over at Adobe.com and by running a Google search for "alpha channel tutorial". -Original Message- The idea is to create a simple glare effect by taking a white circle and making it more t

RE: [PHP] Re: Have you seen this host?

2002-07-02 Thread Lazor, Ed
In that case, go with CWIHosting.com. They are the best I've seen yet. -Original Message- He is looking for a web hosting company that has what he has listed below... This message is intended for the sole use

RE: [PHP] upload problems - "unable to open 'none'

2002-07-02 Thread Lazor, Ed
Send us a copy of your script so that we can help. Odds are that you didn't specify the proper field name in your upload form. -Original Message- Now I'm getting this error each time I upload a file... Warning: Unable to open 'none' for reading: No such file or directory in /home/.../u

RE: [PHP] FW: Help please!

2002-07-02 Thread Lazor, Ed
ics, and I download of a modem... Prefer if server has the load... Steve |-Original Message- |From: Lazor, Ed [mailto:[EMAIL PROTECTED]] |Sent: 02 July 2002 21:34 |To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] |Subject: RE: [PHP] FW: Help please! | | |Why would

RE: [PHP] Re: Beginner Sessions Question

2002-07-02 Thread Lazor, Ed
Portability between different databases makes a DB class beneficial. Then again, I stick with MySQL, so I don't bother with the extra overhead either. -Original Message- I just don't see a cost/benefit ratio that makes sense in the DB classes. I know it's a minority opinion, but I've ne

RE: [PHP] upload problems - "unable to open 'none'

2002-07-02 Thread Lazor, Ed
nd lemme know how it goes =) -Ed -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:14 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] upload problems - "unable to open 'none' Here is the code. $userfile is the name of the uploa

RE: [PHP] parsing of SSI scripts.

2002-07-03 Thread Lazor, Ed
You're only receiving the processed results when you source the php file from another server. In other words, it's like viewing the web page through your browser. -Original Message- > If the script is run over the web, you can just do a > fopen("http://www.example.com/script.php";); an

RE: [PHP] Authentication

2002-07-03 Thread Lazor, Ed
Use sessions. Create a user_id and pass that as a session variable rather than the user's actual login and password. -Original Message- On my site, when a user logs in, their password is encrypted using md5() and the username and encrypted password is then passed from page to page using

RE: [PHP] How to start hello program

2002-07-03 Thread Lazor, Ed
Installing the web server will create a folder on your hard drive with pre-made web pages. Find this directory. This is where you'll want to put your PHP files. You can access your personal server by opening your web browser and giving the address of http://localhost If you put files in the

RE: [PHP] parsing of SSI scripts.

2002-07-03 Thread Lazor, Ed
It seems that PHP is much more powerful and would completely replace the need for SSI. -Original Message- I think I misunderstood your question. You have a Perl script that returns HTML and SSI and you want that string, returned to PHP, to be parsed by Apache, so the SSI is evaluated, rig

RE: [PHP] parsing of SSI scripts.

2002-07-03 Thread Lazor, Ed
ieve PHP has functionality lacking in PERL, but I don't know PERL well enough to make this claim myself - anyone care to elaborate on this? Basically, web development is fairly specific. PERL may be a very good language, but PHP is superior in the area of web development. Anyone else have feed

RE: [PHP] Exim sendmail faults

2002-07-03 Thread Lazor, Ed
Are you able to do an nslookup of these domains from the server? -Original Message- From: Liam Gibbs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: [PHP] Exim sendmail faults I apologize; this may be more a question for the people in ph

[PHP] Recognition: Richard Lynch

2002-07-03 Thread Lazor, Ed
Richard Lynch: It's amazing to see how many helpful and informative messages you're able to rattle off on a daily basis. You're a major contribution to the community - Good job! This message is intended for t

RE: [PHP] Using PHP to access a Microsoft SQL server

2002-07-03 Thread Lazor, Ed
It sounds like you need to give your apache account access to the database. You can test this by logging in as root and running "su - apache". You'll be logged in as Apache; try running the commands you used to test everything when logged in as root. You'll probably get errors that will hopefull

RE: [PHP] New emalloc() error?

2002-07-03 Thread Lazor, Ed
wow, 107megs of ram in one process is impressive. Have you checked your php.ini max memory setting? Is there sufficient ram / swap file space? Got enough free drive space? -Original Message- List, I think I saw this one on here before...when reading/writing the database I get

RE: [PHP] Session not expiring

2002-07-05 Thread Lazor, Ed
It looks like you're doing it correctly. Use phpinfo() to verify the php.ini file being used. Maybe the system's using one other than what you updated. -Original Message- From: Peter Atkins [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:39 AM To: [EMAIL PROTECTED] Subject: [P

RE: [PHP] How Do Y'all Secure your Sites... (Cookies vs. IP Number)...

2002-07-05 Thread Lazor, Ed
I've typically seen the use of a login / cookie in tracking users and providing security. -Original Message- Quick Question on Cookies vs. IP Number: They appear to be easy to set (well at least in PHP), hence quite easily to get around (The user of your Site simply deletes the Cookie

RE: [PHP] Scheduling tasks

2002-07-05 Thread Lazor, Ed
>From what I've seen, people use crontab do call php scripts - effectively scheduling functions. -Original Message- From: Frank S. Kicenko [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:58 AM To: [EMAIL PROTECTED] Subject: [PHP] Scheduling tasks Hi, I couldn't find anything

RE: [PHP] Session not expiring

2002-07-05 Thread Lazor, Ed
ECTED]] Sent: Friday, July 05, 2002 11:17 AM To: 'Lazor, Ed' Subject: RE: [PHP] Session not expiring This is what I get: Directive Local Value Master Value session.auto_start Off Off session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no

RE: [PHP] Configuring the Session Function in php.ini for WinNT...

2002-07-05 Thread Lazor, Ed
Any temp directory set aside for this purpose. You can create one "c:\temp" or "c:\temp\sessions" -Original Message- From: Kondwani Spike Mkandawire [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Configuring the Session Function in

RE: [PHP] Stored Procedures

2002-07-05 Thread Lazor, Ed
I have no idea of how to create postgres stored procedures, but a search on Google brought up a lot of information that you might find helpful: http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=postgre+stored+proced ure You can also visit their web site at http://www.postgresql.org -O

RE: [PHP] Re: Stored Procedures

2002-07-05 Thread Lazor, Ed
MySQL does in 4.0, but that's in alpha right now. -Original Message- Postgres supports stored procedures, triggers and views to name a few where mysql does not... This message is intended for the sole use of th

RE: [PHP] localhost - passing variables

2002-07-05 Thread Lazor, Ed
It almost sounds as if globals is turned off. -Original Message- On Fri, 5 Jul 2002, Tony Tzankoff wrote: > Is it possible to pass variables in PHP on the localhost server? Is there > some kind of setting or something that I need? I am new to this and am not > sure how to go about this. W

RE: [PHP] HTTPS vs. HTTP ?

2002-07-05 Thread Lazor, Ed
I saw that Microsoft has a Certificate Authority server package that allows you to create your own key. Is there a way to do this in linux? In this particular instance, it's me accessing my own web site. I'd like to encrypt the session and I'm don't need someone to confirm anything. -Origi

RE: [PHP] $GLOBALS ???

2002-07-05 Thread Lazor, Ed
Correct you can add the data as a URL parameter. Or, you could set a cookie and use sessions. -Original Message- Let's say . --clip-- Page 1 - $data = "Yes!"; header("Location: test1.php"); Page 2 - $data = $GLOBALS['data']; echo $data; --clip-- This one does not w

[PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-05 Thread Lazor, Ed
How many here feel PostgreSQL has surpassed MySQL as the better backend for PHP? This would be based on performance (speed, scalability, etc.) and features. -Ed This message is intended for the sole use of the

RE: [PHP] HTTPS vs. HTTP ?

2002-07-05 Thread Lazor, Ed
I can always click passed the warning instead of paying $119 for the cert *grin* -Original Message- You can do this in OpenSSL on Linux. But the web browser will give a warning message stating that the certificate is not issued by the certificate authority.

RE: [PHP] $GLOBALS ???

2002-07-05 Thread Lazor, Ed
I don't understand. What do you mean? -Original Message- What about PHPSESSID??? Can't use the $_COOKIE. This message is intended for the sole use of the individual and entity to whom it is addressed, and may

RE: [PHP] HTTPS vs. HTTP ?

2002-07-05 Thread Lazor, Ed
Well... production with myself as the only client =) I want to encrypt my webmail. -Original Message- :-) Don't tell me if you're gonna use it for production!!! This message is intended for the sole use of t

RE: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-05 Thread Lazor, Ed
I've always used MySQL, I don't know either. I suspect they are equal in ease of use. -Original Message- I dunno! Never tried it! I wonder which one is easier to work with? This message is intended for the

RE: [PHP] $GLOBALS ???

2002-07-05 Thread Lazor, Ed
Is this true? : Session variables are tracked whether or not a visitor's browser supports cookies. The session id is automatically appeneded to each url on the site if the user's browser doesn't support cookies. This represents one of the major differences between setting your own cookies and u

RE: [PHP] don't want to receive but email please

2002-07-08 Thread Lazor, Ed
So is this a new virus? -Original Message- From: Rodolfo Contreras T. [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 6:30 PM To: [EMAIL PROTECTED]; PHP List Subject: [PHP] don't want to receive but email please don't want to receive but email please don't want to receive bu

RE: [PHP] $_REQUEST???

2002-07-08 Thread Lazor, Ed
Are you trying to find out whether the person is logged in? You can also test the cookie with the isset function. -Original Message- Can the $_REQUEST be trusted?? The documentation said it is the combination of $_GET, $_POST, $_COOKIE & $_FILE. If the PHPSESSID is found in $_REQUEST,

RE: [PHP] [OFF] Expiration Page

2002-07-08 Thread Lazor, Ed
Check HTML meta tags. I'm not certain, but I think that's what you're looking for. -Original Message- Please, How do I make for my webpage expires before time? This message is intended for the sole use of the

RE: [PHP] Linked drop down selection lists and dynamically generated links

2002-07-08 Thread Lazor, Ed
The only problem is that this page isn't completely dynamic. For example, column #3 should automatically update when column #2 changes. Plus, imagine what happens when the page and the form both become more complex. I guess I'm just spouting off my opinion that Javascript is the easier solution

RE: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-08 Thread Lazor, Ed
Thanks to everyone who contributed on this thread. It proved to be very informative and enjoyable. -Ed This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain

RE: [PHP] ?????????????????????????????????

2002-07-09 Thread Lazor, Ed
I wonder if he's using PHP to automate sending the messages. hehe -Original Message- If read the earlier posts you'll find that this is the guy who was to thick to unsubscribe himself this morning - he obviously still hasn't got it so he's trying to get a lifetime ban. So sad, so filtere

RE: [PHP] tree structures

2002-07-09 Thread Lazor, Ed
You're basically paging through results. You have a SQL statement to get the data - just limit the statement to only draw information applicable to the page you're on. Like this: select * from table limit 0,10; That will select the first 10 records. Then you can use variables. if (empty($P))

RE: [PHP] multi dimensional arrays / radio buttons / mass confusion on my part

2002-07-09 Thread Lazor, Ed
It sounds like you're trying to do too many things at once. If you create a form to accept entries, process the entries when the form is submitted. Check each entry and only add ones that don't already exist in the database. After that, if you want to display results, start at the beginning of th

RE: [PHP] slightly ot, looking for definition and possible info link about EX-OR

2002-07-09 Thread Lazor, Ed
Is this what you're looking for? http://www.php.net/manual/en/language.operators.bitwise.php -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 2:33 PM To: php list Subject: [PHP] slightly ot, looking for definition and possible info link about E

RE: [PHP] Mail() function

2002-07-09 Thread Lazor, Ed
IMHO: This is a good thing. SPAM is a bad thing, which proliferates without accountability. -Original Message- The relevant line is added by the server that RECEVIES the message, not by your server. So you don't have any control. ***

RE: [PHP] php loopholes

2002-07-09 Thread Lazor, Ed
I just wish RedHat's updater worked as seamlessly as Microsoft's. MUHAHAHA ;) -Original Message- 10 out of 10 for that.. the only loopholes that everexist in development software come from microsoft themselves. oh yeah that reminds me I should run my windows update again LOL *

RE: [PHP] $_REQUEST???

2002-07-09 Thread Lazor, Ed
I'm not sure if it's true or not, but someone said all data coming through _POST and _COOKIES is filtered - making it safer than pulling the raw data from variables. While you're forging cookies, I'll take a few chocolate chip ;) -Original Message- Considering the fact that anyone can fo

RE: [PHP] isset

2002-07-09 Thread Lazor, Ed
Me too ;) -Original Message- i agree to that > Look at that we get an easy question and 50 people reply. Today has just > been our day for spam. *LOL* :) This message is intended for the sole use of the ind

RE: [PHP] banner rotation and advertisement

2002-07-10 Thread Lazor, Ed
Try SourceForge.net and search for PHP banner rotation. There are several freely available programs doing exactly what you're looking for. -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 11:20 PM To: [EMAIL PROTECTED] Subject: [PHP] banner rotation a

RE: [PHP] SQL field problem

2002-07-10 Thread Lazor, Ed
You can refer to fields by their number. $Row[3]; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: [PHP] SQL field problem Hello I have a problem with mysql.I create a table with a field "kat".

RE: [PHP] sort problem

2002-07-10 Thread Lazor, Ed
I'm not sure if I completely understand what you're asking, but It sounds like one table has user information. The second table has a record for each user and a field for the total number of points of each user. Something like this: Users (Table 1) - ID Name Address etc. Score

RE: [PHP] sessions

2002-07-10 Thread Lazor, Ed
session_set_save_handler() http://www.zend.com/zend/tut/session.php -Original Message- How can I configure my scripts to store sessions in MySQL? This message is intended for the sole use of the individual and

RE: [PHP] Question about PHP

2002-07-10 Thread Lazor, Ed
It's the first option in the installation instructions. Follow the part about installing PHP as an Apache module and you'll be set. -Original Message- I am reading a book about php, in its security section, it says " it is more secure, as well as more efficient when installing PHP, to i

RE: [PHP] Development Tools

2002-07-10 Thread Lazor, Ed
I like WYSIWYG integration. It allows me to code the page and then focus separately on web page content. That debugger in PHPEd looks pretty cool... too bad they don't have WYSIWYG. -Original Message- I agree about WYSIWYG. I use UltraDev a lot, but don't use the WYSIWYG very much agai

RE: [PHP] Development Tools

2002-07-10 Thread Lazor, Ed
opening templates in Dreamweaver and filling in the blanks. -Ed -Original Message- WYSIWYG does nothing more for me than screw up my code. I'm very anal about how my code looks, firstly. Secondly, most WYSIWYG editors add superfluous markup into code which not only inflates the fi

RE: [PHP] Development Tools

2002-07-10 Thread Lazor, Ed
I'm definitely curious and want to check out the debugging tools, performance analyzer, and database connectivity tools provided by PHPEd. I get the impression most developers do not integrate coding and content. Is this correct? -Ed -Original Message- These first two thing

RE: [PHP] Page not found problem

2002-07-10 Thread Lazor, Ed
Is it doing this for all php based files? Have you tried a php file that only has basic commands? Something like this: -Original Message- only display "No input file specified." message. This message is int

RE: [PHP] Breaking Dynamic Content into Pages...

2002-07-11 Thread Lazor, Ed
t displayed. For example, page 1 will display characters 0 through 2000. Oop... I just remembered, I think I broke this out by words to make sure individual words weren't chopped. Hope that helps =) -Ed -Original Message- I'm trying to determine the best way to break dynamic conte

RE: [PHP] Loading dynamic pages based on URL

2002-07-11 Thread Lazor, Ed
I use mod_rewrite from Apache to do what you're describing. Everything without a period in the name gets processed by /index.php. The index.php script knows which data to load by parsing the URL. -Original Message- From: Monty [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:

RE: [PHP] PHP and geographic maps

2002-07-11 Thread Lazor, Ed
Are you really working with actual map coordinates that include longitude and latitude? This seems to be a reverse approach to what I usually see. From what I've seen, you typically display a map of the united states. Click a state to zoom in. Have the state map divided into sections, click

RE: [PHP] Linux Newsgroup... ('continue');

2002-07-11 Thread Lazor, Ed
Which news service are you connecting to? -Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Linux Newsgroup... ('continue'); Are you sure these newsgroup work? I tried subscribing to it and got

RE: [PHP] PHP and geographic maps

2002-07-11 Thread Lazor, Ed
PHP. It's just going to be A LOT of work. Pretty complicated too Sounds fun! hehe -Ed -Original Message- [It] would just require referencing to the 2D world of map coordinates, wouldn't it? T

RE: [PHP] Re: Table Making

2002-07-11 Thread Lazor, Ed
Will this work for you? $numFields = mysql_num_fields($Results); print ""; while ($Row = mysql_fetch_array($Results)) { print ""; for ($i = 0; $ < $numFields; $i++) print "".$Row[$i]."";

RE: [PHP] Re: Table Making

2002-07-11 Thread Lazor, Ed
mysql_fetch_array($Results); if (isset($Row)) print $Row[0] . ""; } print ""; } print ""; -Original Message- From: Jason Soza [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 3:18 PM To: Lazor, Ed Cc: [EMA

RE: [PHP] PHP and geographic maps

2002-07-11 Thread Lazor, Ed
Wow. That's pretty cool =) Do they allow map over-lays? For example, if you want to display a map displaying points for each house within the vicinity of the coordinates? -Original Message- From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 3:58 PM To:

RE: [PHP] PHP and geographic maps

2002-07-11 Thread Lazor, Ed
k vacation mode has kicked in - even though it doesn't technically start until tomorrow evening. Oh yea geesh, those silly top posters ;) hehe -Original Message- I don't know. I have a feeling not, but hack away all you want and let us know. --Dan PS: Ed, you're a brig

RE: [PHP] good article on creating a subscription form/script

2002-07-12 Thread Lazor, Ed
It may not be the best approach, but I've always created a form that accepts the users e-mail address and passes it to a script. The script generates an e-mail and sends it to the listserv on behalf of the user. The listserv sends a message to the user and confirms the subscription.

Re: [PHP] some kind of redirection (not the header function)

2003-09-11 Thread Ed Curtis
to set the directory that they would work in. The directory name could be passed from script to script or stored in sessions. Ed On Thu, 11 Sep 2003, Juan Nin wrote: > Hi!!! > > I´m programming a site in PHP, where I want to do the following: > > I will have a set of differ

Re: [PHP] some kind of redirection (not the header function)

2003-09-11 Thread Ed Curtis
I'm pretty sure that YahooGroups uses cookies for this to hold values while you're not on their site. When you return it checks for the cookies and reloads the values from the last visit. You can accomplish this with PHP as well. Ed On Thu, 11 Sep 2003, Juan Nin wrote: > On Thu,

[PHP] File Types

2003-09-15 Thread Ed Curtis
that gives the mime types of theses files? Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File Types

2003-09-15 Thread Ed Curtis
On Mon, 15 Sep 2003, Raditha Dissanayake wrote: > You don't need to look any further than mime.types files included in > your apache distro. Did that as well as googled for the list of extensions. Still can't seem to find the mime type for .pm7, .p65, .qxp and .pmd. -- PHP General Mailing List

RE: [PHP] File Types

2003-09-15 Thread Ed Curtis
On Mon, 15 Sep 2003, Javier Tacon wrote: > > You could use the function exif_imagetype() to see what type of file > has been uploaded. > The filetypes are not all images types. Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File Types

2003-09-15 Thread Ed Curtis
. > > QXP is a good one, and you may need to ask the manufacturer of the software > what mime type is used. > I think too that application/pagemaker should work for .p65 and .pm7 as well as .pmd (Page Maker Document). I think .qpx is a Quark Express document but I can't find the

[PHP] One variable not equal to 2 values.

2003-09-25 Thread Ed Curtis
How would I write this statement: if $thisvar is not equal to this value or that value. { do stuff } Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] control M from export file

2003-09-29 Thread Ed Kwok
All: I am running into problem parsing a file exported from MS excel. I have exported the file as asci format, but there is a control "M" append to my document. What is this control "M" and how can I delete without manually replace it? Is there any automated function I could use? Thanks.

[PHP] Avoiding "Warning - Page Expired"

2003-09-30 Thread Ed Curtis
Is there any way to avoid having this happen using php if someone sits on a page too long and clicks the back button to go back to a form they have filled out and not having the values in a session? Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Multidimensional Arrays

2003-10-20 Thread Ed Curtis
y this example is clear enough that someone will understand what I'm doing. I tried the following with no luck. $listing['count'] = $_POST['listing[count]']; $listing['$count'] = explode(",", $listing['$count']); Any takers? Th

[PHP] Stripping Decimals

2003-11-04 Thread Ed Curtis
I currently use number_format() and str_replace() to remove a "," or "$" if entered and reformat it as a price for an item. I've asked the user not to use decimals but some still do. How do I remove a decimal and anything after from a number in a varable? Thanks, Ed

Re: [PHP] Stripping Decimals

2003-11-04 Thread Ed Curtis
Thanks! Works like a charm. Ed On Tue, 4 Nov 2003, CPT John W. Holmes wrote: > From: "Ed Curtis" <[EMAIL PROTECTED]> > > I currently use number_format() and str_replace() to remove a "," or "$" > > if entered and reformat it as a pr

[PHP] Concerning number_format()

2003-11-06 Thread Ed Curtis
I'm using an example straight from the manual on the php site that doesn't seem to work. $price = "1234.567890"; $price = number_format($price, 2, '.', ''); echo $price; Returns 1234.567890 Should return 1234.57 correct? Thanks, Ed -- PHP Gener

RE: [PHP] Concerning number_format()

2003-11-06 Thread Ed Curtis
Duh. Yeah, works like a charm. Thanks, Ed On Thu, 6 Nov 2003, Jay Blanchard wrote: > [snip] > $price = "1234.567890"; > > $price = number_format($price, 2, '.', ''); > > echo $price; > > Returns 1234.567890 > > Should return 1

[PHP] Comparing 2 strings.

2003-11-19 Thread Ed Curtis
s too well. I can't go by the number of characters in the string either. Someone may be able to use new words but keep the length of the string the same. Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Comparing 2 strings.

2003-11-19 Thread Ed Curtis
I guess I did miss that it says that the comparison is case sensitive and binary safe. Thanks, Ed On Wed, 19 Nov 2003, CPT John W. Holmes wrote: > From: "Ed Curtis" <[EMAIL PROTECTED]> > > > I currently store text from a MySQL blob field in a string $orig_text

[PHP] htaccess / PHP

2003-12-01 Thread Ed Lazor
uld access from within the script by checking the url and subtracting "http://myhost.com/archive/";. Thanks in advance, -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] htaccess / php

2003-12-01 Thread Ed Lazor
uld access from within the script by checking the url and subtracting "http://myhost.com/archive/";. Thanks in advance, -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Building a query string

2003-12-03 Thread Ed Curtis
} This would continue through all eleven options then produce a query string with all included query options needed. Can this be done this way? If so, how do I add a string to a string? Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Building a query string

2003-12-03 Thread Ed Curtis
nt that option included in the query as well, i.e. (fireplace == "yes".) If the box is not checked it means no, i.e (fireplace == "no".) Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Working pop-up progress window

2003-12-22 Thread Ed Curtis
pop-up stays open or I close the parent window. Does anybody have a working example I could work off of so I could please my boss. Personally, I didn't want to do this but he thinks we should have these flashy things on out site. Thanks, Ed -- PHP General Mailing List (http://www.php.ne

Re: [PHP] Working pop-up progress window

2003-12-22 Thread Ed Curtis
ow) and when I try to close it I call MyWindow.close() and it still will not close. Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: progress in PHP

2003-12-22 Thread Ed Curtis
sion of PHP may have a progress bar function built in. Don't know if it's true or not but it would be nice. Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Ed Curtis
> Join the 11,000 people who use megaupload progress bar (with a little > help from perl) > http://www.sourceforge.net/projects/megaupload/ I tried. It wasn't worth all the perl mods I would to have had to install to make it work. Ed -- PHP General Mailing List (http://ww

RE: [PHP] picturing webpage

2004-01-09 Thread Ed Curtis
king for but this might be what you're after. It was posted on Freshmeat just this week. http://www.babysimon.co.uk/khtml2png/ Ed Curtis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] thumbnail

2004-01-21 Thread Ed Curtis
sing GD for the past few months and it's very inconsistent on thumbnail quality even when the quality setting is at maximum. The only real problem with mogrify is that you have to copy an image to a seperate location if you want to keep the original file as it overwrites the file it's m

Re: [PHP] thumbnail

2004-01-21 Thread Ed Curtis
> No need to copy+mogrify; just use > > convert [options] /path/to/old /path/to/new > > instead :-) I wasn't aware of that command. This list is great!! Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] where to find volunteers / RPG lovers

2001-01-23 Thread Ed Lazor
ow of where I can go to post something like this, I'd appreciate if you'd send me a note to let me know. Thanks! =) Ed Lazor AtFantasy Alliance http://www.AtFantasy.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] file uploads problem?

2001-02-22 Thread Ed Lazor
x27;t view properly when I try to load it in a browser. If I grab it by ftp from the server and view it in Photoshop, it looks fine. Any ideas? -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] file uploads problem?

2001-02-22 Thread Ed Lazor
ry to view it, it just displays a box with a small x, as if the image wasn't there. I've verified the image is there. What would be doing this? -Ed At 05:30 PM 2/22/2001 -0800, Ed Lazor wrote: >File uploads -was- working. I reinstalled the server with the RedHat packages > >

[PHP] more info: Re: [PHP] file uploads problem?

2001-02-22 Thread Ed Lazor
I was curious, so I uploaded a file using the upload form and transferred the same file via ftp and did a diff on the two files. Here's the results: diff -a Poster.jpg Poster_test.jpg 0a1,2 > Content-Type: image/pjpeg > Does that help? -Ed At 06:01 PM 2/22/2001 -0800, Ed

[PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Ed Lazor
I upgraded my web server and now file uploads don't work. A test script is listed below. It puts the file on the server, but the file has Content-Type: image/pjpeg^M ^M pre-pended to it, thus breaking the file. Do you know why it's doing this and how to fix it? -Ed F

Re: [PHP] Please help - File Uploads, 2nd try

2001-02-24 Thread Ed Lazor
At 06:44 PM 2/24/2001 +, Gustavo Vieira Goncalves Coelho Rios wrote: >Ed Lazor wrote: > > > > I upgraded my web server and now file uploads don't work. A test script is > > listed below. It puts the file on the server, but the file has > > > > Content-

[PHP] PHP4 install question

2001-02-24 Thread Ed Lazor
g the PHP4 source code? If so, how do I go about it? The directions for PHP make it sound really easy. I tried them tho and the php files just show up as plain text. Here are the instructions I tried (that didn't work). -Ed $ ./configure --with-mysql --with-apxs $ make $ make insta

[PHP] question about php sessions

2001-03-04 Thread Ed Lazor
cookie created under one domain isn't available to another. Is this right or is there a way to accomplish what I'm talking about? Thanks =) -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] what does $$ mean?

2001-03-04 Thread Ed Lazor
I'm studying some code from the net and was kinda curious. There are places where it references variables like this: $$testvar What's the difference between that and $testvar ? -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-04 Thread Ed Lazor
se, the way around this is to just run separate copies of the program to gain additional windows. Another thing of note, in case it will help, I'm using IE5.5 and don't experience the problems you've described. -Ed -- 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]

<    1   2   3   4   5   6   7   >