Re: [PHP] Zend Optimizer

2001-01-15 Thread Thomas Deliduka
t; > Somewhere near the top. Then I restarted the server using apachectl restart. I > also tried stopping and starting as well. It still isn't running? Any ideas. > Is there anything else that needs to be done? -- Thomas Deliduka IT Manager - New

Re: [PHP]

2001-01-17 Thread Thomas Deliduka
gt; You should use >> dropped or your administrator can disable the open short tag. >> >> Are there in fact plans to drop the short tags? > > Short open tags won't work with xml. Therefore they won't work with > xhtml. They conflict with where the Web is goi

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
7;ve had great help with them. They may be a tad high but their support is impeccable. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
t with GlobalCenter (GC), Qwest Communications and GTE through three separate bandwidth-on-demand connections which enter Baltimore in our building. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP G

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
On 2/21/01 10:23 AM this was written: > Check out http://www.hostpro.com/hosting/shared/unix_products.html > > It's a semi-dedicated virtual environment with complete root access. I've heard good things about Host Pro. -- Thomas Deliduka IT Manager --

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
nter (GC), Qwest Communications and GTE through three separate bandwidth-on-demand connections which enter Baltimore in our building. --- They are a reseller of Alabanza Servers. I wouldn't go with them. -- Thomas Deliduka IT Manager - New Eve Media The Solution T

Re: [PHP] Passing values from ASP to PHP

2001-02-28 Thread Thomas Deliduka
uot;), but > that takes hard-coding the name of the key. > > So if the following is passed to the ASP script: > one=blue&two=red&three=yellow > > Then I would want to redirect to > myscript.php?one=blue&two=red&three=yellow > > How do I go about w

Re: [PHP] pleaaaaaaaase help!

2001-03-01 Thread Thomas Deliduka
IL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 01, 2001 11:59 AM > Subject: [PHP] plese help! > > >> Hi! >> please i'm really in need of knowing if there is a way to do a php > statement >> once a button is clicked! -- Thomas

[PHP] The coolest function in the world

2001-03-07 Thread Thomas Deliduka
I knew PHP was awesome, and I have seen some awesome functions. I've been doing PHP for a few years now and I didn't even know this existed: extract(): http://www.php.net/manual/en/function.extract.php This is SO COOL. I just had to share my joy. -- Thomas Deliduka

Re: [PHP] payment

2001-03-09 Thread Thomas Deliduka
orts payment processors > on any platform, anyone ever use it? Never used it. I use authorize.net or any of their resellers (rtware.net, quickcommerce.com) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

Re: [PHP] payment

2001-03-09 Thread Thomas Deliduka
merger would affect him; didn't want his stuff going down while he was gone. Now I'm hearing they're gone and we have to find other arrangements? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: [PHP] Kick one of these darn elements out of my array, I ainthaving it!

2001-03-12 Thread Thomas Deliduka
(); Reset($array); while ($elem = current($array)) { if ($elem != "2") { $temparray[] = $elem } next($array); } $array = $temparray; -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

[PHP] fflush() function

2001-04-20 Thread Thomas Deliduka
This function: http://www.php.net/manual/en/function.fflush.php Has no example on how you would code with it. Does anyone know? It mentions "buffered output" how do you buffer output? -- Thomas Deliduka IT Manager - New Eve Media The Solution To You

Re: [PHP] insert data to mysql

2001-04-23 Thread Thomas Deliduka
ty", "$state", "$zip", > "$phone", "$fax", "$model", "$country", "$details", "$type")"; Um.. You're using double-quotes inside of double quotes. You need to use single quotes.... VALUES('$

Re: [PHP] Capturing the url in the location bar

2001-05-15 Thread Thomas Deliduka
RI; This will concatinate the site requested with the rest of the url. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP] Discussion board

2001-05-22 Thread Thomas Deliduka
Is there a good PHP alternative for a discussion board or something else that allows for moderators and other good features that will run on Linux? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

Re: [PHP] Discussion board

2001-05-22 Thread Thomas Deliduka
s and other good features that will run on Linux? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
order starting with shipping info in the database and merely pass the order number that is assigned to them. What is the opinion, are sessions reliable enough to go through the step process? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst ht

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
URL on every page so whether or not cookies are set, the session stays intact. I'm thinking that I solved my old problem and I'm going to do it in the database and pass the order number. That's probably the best way. I only have to provide for order clean-up for those that started the

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
e I do my link Of course, the sessfield function is for passing the session ID via a form. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
me and id passed through > the url every single time. There is absolutely no reason to use those > functions since php takes care of that stuff for you. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -

Re: [PHP] Classified Ad system (was: MySQL vs Flat File)

2001-10-17 Thread Thomas Deliduka
On 10/17/2001 6:11 PM this was written: > Thomas Deliduka wrote: > >> On a related note, does anyone here know of a GOOD program in PHP to do >> classified ads? >> > I just picked up November 2001 Web Techniques today and it has an > article you can check out

Re: [PHP] getting data from form...

2001-10-18 Thread Thomas Deliduka
make it that form.php3 will read all the data that was submitted > (i'm mean the name and the value) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Looking for a text editor for Mac

2001-10-25 Thread Thomas Deliduka
#x27;s also ready for OS X (as is BBEdit). http://www.hekkelman.com/pepper.html It also can be used in conjunction with other programming applications (as I think BBEdit, not sure) like Code Warrier. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet

Re: [PHP] Searchengine friendly URLs

2001-10-26 Thread Thomas Deliduka
for subject topic "Submitting variables via > /'s"... > > You may also want to read the following article: > > http://www.zend.com/zend/spotlight/searchengine.php -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Int

[PHP] Zend Optimizer Gui?

2001-12-11 Thread Thomas Deliduka
I am looking at the documentation for the zend optimizer and I see nothing about this (perhaps not looking hard enough?) The installation had me set a password for the Optimizer gui Interface. What is this? How can I get to it? -- Thomas Deliduka IT Manager - New

Re: [PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Thomas Deliduka
On 12/11/2001 4:22 PM this was written: > Yeah, and waiting till Zend is bringing out a working version of Optimizer > for > that PHP version ! :) It's out Version 1.2.0 -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Inter

[PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
just the PID's? How can I do this quickly and easily? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
hat to grep somehow and get just the PID's? > > (1) look up system / backtick operator / ... to get the output of the > grep call as array, one line per entry > > (2) do a > > foreach ($TheOutput as $Line) { > if (preg_match ('/^\s*(\d+)/', $Line, $Matches)) {

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Thomas Deliduka
On 4/4/2001 1:32 PM this was written: > > If you're using PHP, you're already a winner (in my book anyway!) > LOL -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General

[PHP] CGI ver. showing exec line

2001-04-04 Thread Thomas Deliduka
file looks like this: #!/usr/local/php4/bin/php -q And the first line is displayed to the screen when the script is ran. Why is that and does anyone know how to stop that? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst

Re: [PHP] CGI ver. showing exec line

2001-04-05 Thread Thomas Deliduka
every script is displayed (the > execution line) > > I.e. The file looks like this: > > #!/usr/local/php4/bin/php -q > > Code. > ?> > > And the first line is displayed to the screen when the script is ran. Why is > that and does anyone know how to stop that? --

Re: Lists are back up

2001-06-18 Thread Thomas Deliduka
On 6/18/2001 3:15 PM this was written: > We have re-enabled the PHP mailing lists. They are now running from a > temporary machine sitting on the floor of my spare bedroom. A more > permanent home is in the works. LOL, ya hoo!! -- Thomas Deliduka I

Re: PHP version?

2001-06-18 Thread Thomas Deliduka
there any changes in the version which could be causing these problems? Not sure, any mysql-related stuff here:  http://www.php.net/ChangeLog-4.php -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: [PHP] logout

2001-06-20 Thread Thomas Deliduka
x27;s http authentication I'm not sure. -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: [PHP] Pricing Advice Needed

2001-06-29 Thread Thomas Deliduka
= fobar($foo); } else { $dofoo = foobar($bar); } Or If ($foo == "bar") { $dofoo = fobar($foo); } else { $dofoo = foobar($bar); } I would never trust someone who charged by line. I think in general it's about $100-$150/hour for programmi

[PHP] Question on Commercial Offerings

2001-06-30 Thread Thomas Deliduka
olution to their hosting. Well, we want to migrate this to PHP/MySQL and I don't know how to protect the source code. My boss is suggesting to make a DSO but I really am not a C programmer to do all that. I want to make it all in PHP but somehow protect the code. Any ideas? -- Thomas Deli

Re: [PHP] can I fopen an https url?

2001-07-09 Thread Thomas Deliduka
PHP (http://www.php.net/manual/en/ref.curl.php) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP] Example high-profile PHP sites

2001-07-26 Thread Thomas Deliduka
a list of big, > impressive-sounding, high-profile sites using PHP. I went looking > for the list on PHP.net, and the closest I could find is > http://pt2.php.net/sites.php which, as you'll see, is suffering from > a fatal error. -- Thomas Deliduka IT Manager --

Re: [PHP] Teen Hobos having sex? ..no.. but MAYBE

2001-07-26 Thread Thomas Deliduka
would > like to be removed from this mailing list please href="mailto:[EMAIL PROTECTED]";>Click Here! > > --- > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To conta

[PHP] Looking for Portal/Directory code

2001-08-01 Thread Thomas Deliduka
I've been looking in several places and can't find a good PHP code resource site. The ones I have found have stuff that isn't very good. Anyway, I'm looking for a PHP app with MySQL back-end that will do a Portal/directory listing like Yahoo or the Open Directory Project.

[PHP] YA Session Problem

2001-08-01 Thread Thomas Deliduka
other file sess_777 Contained in sess_777 is my second variable. Is this too abstract? Do I need to give code? I even do session_name($PHPSESSID); before session_start() and get the same results. 8 months ago, nobody had an answer for me. Does anyone now? -- Thomas Deliduka

Re: [PHP] URGENT!!! Can't start Apache with php4 and mysql

2001-08-02 Thread Thomas Deliduka
R6/lib > /usr/kerberos/lib > /usr/lib > /usr/local/mysql > /usr/local/mysql/lib/mysql <--This is were libmysqlclient.so.10 is > > > I really need to get this working -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Interne

Re: [PHP] Display the weather on my site

2001-08-06 Thread Thomas Deliduka
On 8/6/2001 2:38 PM this was written: > Put a webcam in your window. Put the city names in a database. Rotate through > the city names randomly. They will be None The Wiser. LOL yeah right! -- Thomas Deliduka IT Manager - New Eve Media The Solution T

[PHP] Looking for link system

2001-08-14 Thread Thomas Deliduka
I'm looking for a yahoo-style link system done in PHP. Anyone know if a good one exists out there and where I can find it? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing

Re: [PHP] Looking for link system

2001-08-15 Thread Thomas Deliduka
On 8/15/2001 9:36 AM this was written: > what kind of a link system do you mean? Like the categories search, or > something else? Yeah, I found one: http://www.in-link.net/ -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angs

Re: [PHP] Listing files from a directory

2001-08-21 Thread Thomas Deliduka
On 8/21/2001 11:42 AM this was written: > I am trying to find a way to list files alphabetically. Try putting the filenames into an array and sort the array. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.

Re: [PHP] Re: PHP indexOf()?

2001-08-21 Thread Thomas Deliduka
On 8/21/2001 3:43 PM this was written: > For someone used to Java & JavaScript.. what function would replace > myString.indexOf(myStringPiece) ?? Strstr() Or stristr() for case insensative search http://www.php.net/manual/en/function.strstr.php -- Thomas Deliduka

[PHP] The future of PHP

2001-08-22 Thread Thomas Deliduka
it's still a viable option that will be around for at least another 6-7 years. This kid thinks it's shelf life is another 3. What do ya'll think? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.new

Re: [PHP] Re: The future of PHP

2001-08-22 Thread Thomas Deliduka
On 8/22/2001 10:52 PM this was written: > I don't know if you refer to this list or other one, but I've been a > webmaster since 1993 and in computers in general since 1988 and I also > consider myself of the "advanced" type. It definitely wasn't this li

Re: [PHP] The future of PHP

2001-08-23 Thread Thomas Deliduka
ould see JSP at 19.9% and PHP at 11.2 and say that proves his point. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] PHP vs CGI Search ?

2001-08-24 Thread Thomas Deliduka
is an archive on this list but I forget where it is. Perhaps the support page on www.php.net will give it. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] The future of PHP

2001-08-24 Thread Thomas Deliduka
networking market. I don't think this affected much non-technological > companies, big or small. So I don't think your anti-big corporations > speech has much to do with this. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet

Re: [PHP] The future of PHP

2001-08-24 Thread Thomas Deliduka
d > built one in a couple > minutes with PHP. I don't think it would have been that painless under > Java.) > But we use PHP on some very large projects too - it requires you to > plan ahead - > but that should be the basis for any project, regardless of technology. :)

Re: [PHP] The future of PHP

2001-08-31 Thread Thomas Deliduka
he wait will pay off with the volume of users in > 10-12 years. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP] cURL support

2001-09-10 Thread Thomas Deliduka
should be fine... I had cURL w/SSL with PHP 4.0.6 and it wouldn't work. I don't know what the errors are so I can't really help with this conversation. I will probably try a later version of cURL to see how it works. -- Thomas Deliduka IT Manager - New

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Thomas Deliduka
ode that one can use in ASP that will print to the browser the >> contents of an ascii file: >> >> >> >> Can anyone tell me what the PHP equivelant might be? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your In

[PHP] Have y'all seen this?

2001-09-14 Thread Thomas Deliduka
This is a pretty funny article: http://www.bbspot.com/News/2000/6/php_suspend.html -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] closing persistance connection

2001-09-20 Thread Thomas Deliduka
On 9/20/2001 5:56 PM this was written: > How to close persistance connection to MySQL server ? You don't, they stay open for a certain amount of time, not sure how long.. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet An

Re: [PHP] fired!

2001-09-21 Thread Thomas Deliduka
ght, they're going to need extra help in the coming years! It should be interesting, it probably won't come to anything. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List

[PHP] num2string wish list

2001-09-22 Thread Thomas Deliduka
I don't know if this exists already, I'm looking for it but I'm not coming up with much of anything. Basically, a function to take a number and convert it to a string: 1 converts to "one" 365 converts to "three hundred sixty-five" This would be awesome for m

[PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
et the SSID. It gives the SSID a name or something. I have been told this is all setup correctly, yet, you can see it doesn't work. The permissions on my /tmp directory look like this: drwxrwxrwt /tmp Does this have anything to do with this? I don't know much about the permission

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
/ Which requires them. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
; That's what I do and then I just pass the $SID on all the links and forms > and it works for me. > > Hope that helps or is at least something new for you to try. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst htt

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
"; > $var2 = "worked"; > ?> > > > Go to page two > > > > //index2.php > session_start(); > > echo "var1 is $var1 and var2 is $var2"; > > session_destroy(); > ?> > > --- > > You can also send the SID in

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:22 PM this was written: > Try to use constant SID, maybe that will work, and it is more likely > that it will work on other intallations with other session variable > names. I just tried using SID in my index.php and there is nothing that displays. Hmmm. -- Thomas De

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:28 PM this was written: > On Monday 24 September 2001 18:20, Thomas Deliduka wrote: >> On 9/24/2001 12:22 PM this was written: >>> Try to use constant SID, maybe that will work, and it is more >>> likely that it will work on other intallations with

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
After reloading IE on the PC now the SID constant doesn't echo anything at all. On 9/24/2001 12:28 PM this was written: > On 9/24/2001 12:28 PM this was written: > >> On Monday 24 September 2001 18:20, Thomas Deliduka wrote: >>> On 9/24/2001 12:22 PM this was written

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
e = 180 -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
er. So, I shouldn't use that if I'm depending on SID to display on pages to pass the session ID. Or what, disable cookie support in my php.ini? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
passed. They would mess up the querystrings, has that been fixed? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 12:39 PM this was written: > Try these changes: > > session.cookie_lifetime = 0 > session.use_trans_sid = 1 > I see no changes to my problems. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Inte

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
I'm finding my script on www.fromtheduke.com/session/ still doesn't work even with the in the link or passing it along in the form. On 9/24/2001 12:49 PM this was written: > On Monday 24 September 2001 18:39, Thomas Deliduka wrote: >> On 9/24/2001 12:32 PM this was

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
On 9/24/2001 1:05 PM this was written: > On Monday 24 September 2001 18:51, Thomas Deliduka wrote: >> I'm finding my script on www.fromtheduke.com/session/ still doesn't >> work even with the in the link or passing it along in the >> form. > Please send us y

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
make a difference, but the pros on this list say that is the way it needs to > be done. Done, I switched the four lines around. Session Page 1 PHPSESSID: Var1: Var2: Passing sessid: VAR 3: Try this link -- Thomas Deliduka IT Manager - New Eve M

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
en this >> make a difference, but the pros on this list say that is the way it needs to >> be done. > > Done, I switched the four lines around. Same result. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://w

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
normal but that sessid number is equal t the new session created on the server and the value of it is: var3; var1; var2 This is stranger than strange. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
#x27;s why I told above they were registered, and their > values are stored properly, so it's not a problem of rights, session > save paths, etc..) > So that's what I've found, but I have to go home now sorry. > On the other hand the 2 source file you've sent me worked fine

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
page. That will also > help you find the correct session file to inspect. > > echo "session id is " . session_id() . "\n"; -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ --

Re: [PHP] Re: popup window under php

2001-10-04 Thread Thomas Deliduka
You could also wait for the page to load and then invoke the JS by putting an onLoad="function_name()" in the 'BODY' tag of the document. On 10/4/2001 3:58 PM this was written: > [EMAIL PROTECTED] (Tim Sawyer) wrote: > >> I want to open a popup window under php control. So lets say I have an >>

[PHP] "Trim" an array?

2001-02-02 Thread Thomas Deliduka
esn't work since it always has 9 elements. Is there a way to find out if an array contains no values even though it has elements? Sort of like a trim() function on an array to destroy the elements in the array that are empty. Is it possible? -- Thomas Deliduka IT Manager --

Re: [PHP] "Trim" an array?

2001-02-02 Thread Thomas Deliduka
On 2/2/01 5:34 PM this was written: > while(list($key,$value)=each($array)){ > if(empty($value)) unset $array[$key]; > } Sweet! Thanks, that was easy. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.n

[PHP] Is it server Push?

2001-02-07 Thread Thomas Deliduka
running list. Doing operation. Done Doing this Done Etc With ASP it does it as you see it, with PHP it seems to do it all and the print to the screen. Is there a way to get PHP to do the same as ASP or is that just the way PHP works? -- Thomas Deliduka IT Manager ---

Re: [PHP] Is it server Push?

2001-02-07 Thread Thomas Deliduka
On 2/7/01 5:09 PM this was written: > Use flush(); each time you want the latest output to be sent to the > client. > This works only with PHP as a Webserver-Module, not as CGI. Thanks! -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your

Re: [PHP] MySQL 3.23

2001-02-10 Thread Thomas Deliduka
? Thanks! > > I hit a snag with some of the new reserved words colliding with field > names, you might want to take at the list. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Ma

Re: [PHP] mysql_fetch_array and row referencing under 4.0.4pl1

2001-02-12 Thread Thomas Deliduka
snt allow these > quoted identifiers anymore? > > Or is this just a new (less-than-compatible) upgrade to PHP that I've missed > reading about?? > > Heeeeeelp me ... I dont want to have to rebuild all my sites > just because of these stupid quotes &

Re: [PHP] pro's and con's of storing images

2001-02-14 Thread Thomas Deliduka
27;ve never really worked with BLOB values in mySQL -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [PHP] id

2001-02-19 Thread Thomas Deliduka
If (mysql_num_rows($findit)) { echo "Error! username exists"; } Or whatever code you want to add there. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://

Re: [PHP] mysql problem

2001-02-19 Thread Thomas Deliduka
st be declared > NOT NULL (whereas the win32 port doesnt seem > to care very much)... > > for future reference, i reccomend trying out your > SQL code in the MySQL monitor (the command line > utility that comes with the server)... generally > the error messages are *MUCH* mo

Re: [PHP] members page

2001-02-19 Thread Thomas Deliduka
age for all users. If you're authenticating via .htaccess you can use the environment variable "REMOTE_USER" to use as the username to do the select on the db. Something like: $user = getenv("REMOTE_USER"); $sql = "Select * from usertable where usern

Re: [PHP] header

2001-02-19 Thread Thomas Deliduka
Do you get an error? Remember that there can be no breaklines before the start of you php tag ( Do I have to have special configuration to use the header function, this is > because it is not responding. > > I use it like this. > > header('Location: contrato.html');

Re: [PHP] processing form data

2001-02-20 Thread Thomas Deliduka
me that > the FORM ACTION is not working and my username.php is noyt called. Can > someone please help me and advise what I am doing wrong. > > > > > > Please enter your name here : > > > > > > > > > > > echo (

Re: [PHP] processing form data

2001-02-20 Thread Thomas Deliduka
> > > > > > > > > > > echo ("Welcome, " . $username . "!") > ?> > > -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP Genera

[PHP] Terrible Hosting Experience

2001-02-20 Thread Thomas Deliduka
phone and hang it up! Can you believe that?! Stay away from these guys, they're terrible. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP] Terrible Hosting Experience

2001-02-20 Thread Thomas Deliduka
eir root passwords and locked down the server tight (security-wise) They were given a cease and desist order. I have heard, however, that they have gotten a little more security conscience since then. -- Thomas Deliduka IT Manager - New Eve Media The Solution To You

Re: [PHP] Terrible Hosting Experience

2001-02-20 Thread Thomas Deliduka
quot;But I sent it right to her in the office." I said, "You office is in a whole-nother state from where the server is. It traveled unsecurely from your location to the server and back again several times in the last few days." she was clueless. Okay, I'm shutting up now.

Re: [PHP] PHP and SuEXEC?

2001-02-20 Thread Thomas Deliduka
t figure out how to get it working. I'm so clueless when it comes to these advanced Unix stuff. If anyone has any tips, perhaps you can e-mail me privately. Thanks! -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve