[PHP] include question

2003-01-15 Thread Ryan
e.html" and the HTML file renders alright from the script, but the image's path is c:\project\file.gif when the page is rendered, not c:\project\htmls\file.gif like it should be. Is there any way to change the "working directory" so when I include a file images are on the page

[PHP] wonder why php as apache module can work with virtual host

2002-08-02 Thread Ryan
I dunno why some webhosting company can do virtual host by php as apache module. That means they seem to work fine with the virtual host uid/gid permission when using php. But they use php as apache modulehow do to that ?? Thx all !! -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Re: value submit button

2002-08-02 Thread Ryan
ug Florian SchäFer wrote: > Hallo out there, > > i hava an document, with one form and two Submit buttons. > How can i check in the target document wich button is pressed? > tried something like if ($submit == 'xxx') . > anyone has a hint? > > -- PHP General Mailing List (http://www.php.n

[PHP] test

2002-08-02 Thread Ryan
test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Using PHP to reboot the linux server

2002-08-02 Thread Ryan
Is it `reboot -n` ?? Harpreet Kaur wrote: > I am using the below command in the php page to reboot the linux server. > But nothing happens . Where am i wrong or do i have to give a path or > nething . Please help. > > > $output = shell_exec(`reboot`); > echo $output; > > > > __

[PHP] virtual hosting using php as apache module

2002-08-03 Thread Ryan
Hi everybody, I would like to know how to make the directive user/group in working with php. I prefer to use php as modules but not cgi, as it is more handy and easy for upgrade. How to do that ? Thx ! Regards, Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] which function can do so ?

2002-08-03 Thread Ryan
I am exactly a beginner of php. This question may be easy. I have a php program which want to achieve the url from browser. e.g. webmail.xxx.com then how the index.php is able to know it is xxx.com ?? which function in php can do so?? -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] error message when run /usr/share/pear

2002-08-16 Thread Ryan
What's wrong ? I am using RH7.3. I manually compile the php and install it before. But later I install using the rpm. Thx for reply ! Content-type: text/html PHP Warning: imap: Unable to initialize module Module compiled with module API=20010901, debug=0, thread-safety=0 PHPcompiled with

Re: [PHP] error message when run /usr/share/pear

2002-08-16 Thread Ryan
Yes, I do use --with-mysql now i am using the rpm version of php. Adam Williams wrote: > when running the ./configure for PHP did you use --with-mysql > > Adam > > On Fri, 16 Aug 2002, Ryan wrote: > > >>What's wrong ? I am using RH7.3

[PHP] Re: sessions don't work

2002-08-16 Thread Ryan
May be the session is diable in the php.ini Félix garcía renedo wrote: > Hello, > I have a problem with php sessions. > I have a php file like: > > session_start(); > session_register('pagina'); > ?> > > > ... > > > include('file'); > ?> > ... > > > I have done diferent proofs a

[PHP] Format 24 hr time to 12 hr time

2002-07-17 Thread Ryan
How do you format this for example: 13:58:00 into 1:58 PM Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] last update

2002-03-05 Thread Ryan
Hi, I'm trying to figure out how to have a time stamp at the bottom of every page that shows when the page was last updated in the format below. Thanks. Last updated: Tue Mar 5 15:48:50 2002 CST -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP] help with date formatting

2002-03-06 Thread Ryan
at I would like: Conference in New York Wednesday, March 5th, 2002 There is going to be a conference in New York next week. Thanks for any help. -- Ryan Spangler 428 N Harmony Ln, Apt. 3 Whitewater, WI 53190 (262) 473-8392 [EMAIL PROTECTED] -- PHP

[PHP] help with date formatting

2002-03-18 Thread Ryan
at I would like: Conference in New York Wednesday, March 5th, 2002 There is going to be a conference in New York next week. Thanks for any help. -- Ryan Spangler 428 N Harmony Ln, Apt. 3 Whitewater, WI 53190 (262) 473-8392 [EMAIL PROTECTED] -- PHP

[PHP] Re: help with date formatting

2002-03-18 Thread Ryan
On Mon, 18 Mar 2002 11:51:07 -0600 Ryan <[EMAIL PROTECTED]> wrote: By, the way I'm getting the date from a MySQL database. The posted date variable is stored as the date type in the MySQL database so it comes out like this 2002-03-06. Should I convert the date into a time stamp or h

[PHP] HTTP_RAW_POST_DATA / Content-type

2001-10-22 Thread Ryan
patch for 4.0.6 that would resolve this bug? I wouldn't mind re-compiling 4.0.6 after patching the code, but I would rather not install 4.0.7 since it is still in the release candidate stage and the server in question is a production server. Thanks, Ryan -- PHP General Mailing List (htt

[PHP] apache+php chroot

2001-07-01 Thread Ryan
to give let me know. thanks Ryan [EMAIL PROTECTED]

Re: [PHP] Security of PHP code

2001-07-04 Thread Ryan
You guys wouldnt have to worry if you chroot apache and php.. ;] then you cant access anything outside the jail, it works great! Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] getting authentication information from apache

2007-02-23 Thread Ryan
at straws, but so far I've tried $ret = apache_getenv("LDAP_USER"); echo $ret; echo $_SERVER['REMOTE_USER']; echo $_SERVER['PHP_AUTH_DIGEST']; $ret = apache_getenv('PHP_AUTH_DIGEST'); None of these work. Has anyone done this?? Thanks, Ryan

[PHP] getting authentication information from apache

2007-02-23 Thread Ryan
these work (all of the variables are empty). Has anyone done this?? Thanks, Ryan

Re: [PHP] getting authentication information from apache

2007-02-23 Thread Ryan
Jochem, Hmm, not sure what I'm looking for, but from what I've read, the REMOTE_USER should contain this informaion, mine seems to be empty. array(30) { . . . ["REMOTE_USER"]=> string(0) "" . . Thanks, Ryan On 2/23/07, Jochem Maas <[

Re: [PHP] getting authentication information from apache

2007-02-23 Thread Ryan
Jochem, Hmm, not sure what I'm looking for, but from what I've read, the REMOTE_USER should contain this informaion, mine seems to be empty. array(30) { . . . ["REMOTE_USER"]=> string(0) "" . . Thanks, Ryan On 2/23/07, Jochem Maas <[EMAIL PRO

Re: [PHP] getting authentication information from apache

2007-02-23 Thread Ryan
Richard, I looked at phpinfo() as you said, same thing... _SERVER["REMOTE_USER"]no value You may be right, this may not be available, but I don't want to keep throwing a login screen in front of users for no apparent reason. Thanks, Ryan On 2/23/07, Richard Lynch &l

Re: [PHP] getting authentication information from apache

2007-02-26 Thread Ryan
Tried that ($PHP_AUTH_USER) and it is also empty. On 2/24/07, dave <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try echo $PHP_AUTH_USER; Ryan wrote: > Richard, > > I looked at phpinfo() as you said, same thing... > > _SERVER["REMOTE_USER

Re: [PHP] getting authentication information from apache

2007-02-27 Thread Ryan
apache subtlety I didn't know about. As soon as I protected it with an .htaccess file, it worked fine and the user showed up in this variable. $_SERVER['REMOTE_USER'] Thanks, Ryan On 2/27/07, Richard Lynch <[EMAIL PROTECTED]> wrote: Use and see what *IS* there. If what

Re: [PHP] string concatenation with fgets

2009-11-24 Thread ryan
Is this what you want $file = fopen("test.txt", "r"); while (!feof($file)) { $line = trim(fgets($file)); print $line."sometext\n"; } fclose($file); outputs asometext bsometext csometext Ref to http://us3.php.net/manual/en/function.fgets.php. "Reading ends when /length/ - 1 bytes have

Re: [PHP] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Ryan
于 2010-1-29 13:19, Ashley Sheridan 写道: > On Fri, 2010-01-29 at 13:02 +0800, Eric Lee wrote: > > >> Hi php-dev pros, >> >> I got an issue about catching exception throw from __autoload on php 5.3.1. >> >> The manual state that exception throw from __autoload could be catched with >> try.. catch s

Re: [PHP] is there a static constructor?

2011-03-30 Thread Ryan
There is such thing, but its not called static constructor, its called singleton pattern class SingletonA { public static instance; public SingletonA(){} public static function getInstancce() { if(self::instance != null) { return self::instanc; } return new Singleton

[PHP] Date handling

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

Re: [PHP] Date handling

2004-11-15 Thread Ryan
sible - rather than have my date handling be OS-specific. Thanks, Ryan "Justin French" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 16/11/2004, at 7:05 AM, Ryan wrote: > > > I would like to find out the 'official' way to handle dates in P

Re: [PHP] Date handling

2004-11-16 Thread Ryan
ay as "Apr 1, 2040". I can't see a way to do that right now in the core PHP code using the built-in date functions. Thanks, Ryan "Robert Sossomon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> > echo strtotime('1950-01-01'

Re: [PHP] Date handling

2004-11-16 Thread Ryan
what is the 'official' PHP way to handle this as calculations with dates is a common thing to do. Thanks, Ryan "Mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ryan, > > I had those problems in the past and to simply avoid the matter >

[PHP] Getting the script path of a commandline script

2002-11-26 Thread Ryan Grove
hem return the filename, hooray for redundancy). The docs say several times that getcwd() will NOT return the path of the executing script, but they don't mention how to get it. Help. -- Ryan Grove [EMAIL PROTECTED] http://wonko.com/ -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Triggering a PHP Script

2002-12-02 Thread Ryan Bates
t on Apache and not hang the browser. Also, are there any problems calling MySQL from a PHP CGI script? Thanks, Ryan Bates -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Triggering a PHP Script

2002-12-02 Thread Ryan Bates
Don't worry. The newsletter is only sent to those who have requested it in their registration, and the user can easily unsubscribe at any time. Anyway, it looks like I will have to go with a CGI Script. Thanks for your reply. If anyone has any alternative methods please let me know. Ryan

[PHP] PDF Help Please

2002-12-02 Thread Ryan Smaglik
I need to figure out by tonight how to: 1. open a .pdf file using php. 2. add text to certain parts of it. 3. save it and output to browser. 4. Then delete the temp file so the process can be done over again. I have PDFlib but not the $1000 PDI addition Please help, Ryan

[PHP] nl2br ( ) and forms

2002-12-02 Thread Ryan Smaglik
When I call data from a form, How do I integrate nl2br to it so that it displays with linebreaks? Example code: Thanks in advance, Ryan

[PHP] Help with conditionals

2002-12-02 Thread Ryan Smaglik
I am calling data from 3 checkboxes in a form, I can do that with the $_POST stuff. But I want to also do the following: 1. If check box ³x² is checked, then also display data from form field ³y² with a after it. (like this: X Y) I am new at php so I don¹t know conditionals yet... Can

[PHP] PHP and the PDFlib

2002-12-02 Thread Ryan Smaglik
Has anyone found any other means of opening an existing pdf file and adding text to it? The only thing I could find is the PDI + PDFlib commercial combo which I do not have the $1000 to dish out right now... Any Ideas?

Re: [PHP] PHP Sessions

2002-12-04 Thread Ryan Gibson
May be a silly question but are u using a global statement in the include files, just a thought on 4/12/02 1:11 pm, Andy Kirk at [EMAIL PROTECTED] wrote: > Can anyone tell me if session variables should be available to scripts that > are included into the main script? > > It appears to me that

[PHP] Photoshop 6.0 & later + IPTC functions?

2002-12-11 Thread Ryan Gallagher
t it originally created. I have seen articles mentioning photoshop somehow breaking the standard recently, is this issue resolved/resolveable? Tips, points, and code snippets appreciated! -- Ryan T. Gallagher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image has the same hight and width as the text string (so the text has no border around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

[PHP] script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

[PHP] Hey, If anyone can help me with this at all, I would reallyappreciate it...

2002-12-14 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

RE: [PHP] include question

2003-01-15 Thread Ryan Cassin
No unfortunately something like that isn't possible... The HTML files are generated by a closed-source application. -Original Message- From: Brad Bonkoski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 5:04 PM To: Ryan Cc: [EMAIL PROTECTED] Subject: Re: [PHP] in

Re: [PHP] convert .asp page .php

2003-03-05 Thread Ryan Gibson
On 5/3/03 1:42 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Subscription.asp The page u sent is just a form (it will work on any server), the dirty work is done by "Subscription.asp" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] save to file

2003-03-08 Thread Ryan Holowaychuk
So right now the implode puts everything on one line in the text file!!! So I am no sure if anybody can shed some light on this one. Thanks again Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Advise needed - rateing/voteing system

2003-07-07 Thread Ryan A
on 800x600, this problem is only with IE, the funny thing is it used to work fine before. Thanks in advance, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Spammer! Re: [PHP] ANNOUNCING: Rekall V2.0.0 for Linux/UNIX....

2003-07-07 Thread Ryan A
offense ZEND :-) ) announcing something like "Rekall" to me does not qualify...but thats my opinion i am sure a lot of you will disagree with the way i see things.. just my two cents. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] Zend extensions license

2003-07-08 Thread Ryan Gibson
op or just build a function to get the appropriate value etc. Ryan Gibson --- [EMAIL PROTECTED] On 8/7/03 12:28 pm, "Sævar Öfjörð" <[EMAIL PROTECTED]> wrote: > Hi. I’m coding a poll system which stores information in MySQL. > > When a new poll is created a new

[PHP] NEW SPAMMER -> [PHP] New Krysalis version released

2003-07-08 Thread Ryan A
Didnt we just have a thread about spamming like this on the list? - Original Message - From: "Alexandru COSTIN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 9:22 PM Subject: [PHP] New Krysalis version released >

[PHP] Alex,Joe - >Re: [PHP] New Krysalis version released

2003-07-08 Thread Ryan A
list for advise but till then I think this is kind of "passive spamming" or atleast an overload of (as of now) unwanted info, I am sure it will be useful and of great value if its free or not but till someone asks for the info -Ryan - Original Message - From: "Alexa

[PHP] Steve - > Re: [PHP] Re: NEW SPAMMER -> [PHP] New Krysalis version released

2003-07-09 Thread Ryan A
Hey, Cool, I guess it boils down to a matter of opinion then, but if you feel all PHP related products are not spam (commercial or not) everytime the 3 sites I am in touch with releases a new php product will be sure to let you know! I hope you dont have any complaints. Cheers, -Ryan

Re: [PHP] How to get "executed php result" in variable

2003-07-14 Thread Ryan Gibson
e this. > >$result = get_executed_php_file_contents.php > ?> > > Looking for some solutions > TM > Ryan Gibson --- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Please dirrect me -- headers ????

2003-07-14 Thread Ryan Gibson
www.mydom1.com and when > the user goes to it, I want it so say www.mydom.com in the browser address > bar. Can I do this by sending certain headers? (I have both domains > pointing to the same server) ... should/could I do something like this > through PHP or is there something I can set

Re: [PHP] headers already sent and cookie problem

2003-07-15 Thread Ryan Gibson
² > > > > I know that the problem is the reading of the cookie and then after some > sripting outputting page HTML. > > > > I started my code > > ob_start() > > and do an ob_flush() within a function(show_cart) (?might that be a problem?) > >

[PHP] reading from dir and displaying thumbs

2003-07-16 Thread Ryan A
(maybe 15 per page?) thumbnails with a link to the main program which will take one parameter depending on the thumbnail name. eg: thumbnail name is 1.jpg so that thumbnail should have a link such as Anybody have any ideas or links please tell me. Cheers! -Ryan -- PHP General Mailing List (http

[PHP] Anyone for cookies and milk? :-)

2003-07-16 Thread Ryan A
: (ReadCookieEx.php) This is the output i am getting: *** wrong1wrong2 Anybody have any ideas? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] deleting one cookie is deleting both..why? (tiny scripts)

2003-07-17 Thread Ryan A
two cookies? *** (for those of you intrested heres my ReadCookie file) Kindly reply. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] deleting one cookie is deleting both..why? (tiny scripts)

2003-07-17 Thread Ryan A
Hey, Thanks for replying. As you might have guessed, i'm new to using cookiesso how do i make sure that the cookie will work for http://best and www.best... and blah.bestweb etc? because thats what I thought I was doing by using .bestwebhosters.com Thanks, -Ryan > --

[PHP] Shiflett=>Re: [PHP] deleting one cookie is deleting both..why? (tiny scripts)

2003-07-17 Thread Ryan A
Hey, Thanks dude, will give it a go. Cheers, -Ryan - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 5:34 PM Subject: Re: [PHP] deleting one cooki

Re: [PHP] Need to use META tag with variable attached

2003-07-18 Thread Ryan Gibson
t_admin.php?ID=".'$ID." '> Does someone have an idea for this? > > Ryan Gibson --- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] eShox

2003-07-18 Thread Ryan A
software, is this commercial software or are these "companies" just swindling people? If its the latter can you tell me where to download the free version please? I would like to test it out being a fan of OSCommerce. Thanks, -Ryan -- PHP General Mailing List (http://www.ph

[PHP] locking to domain

2003-07-18 Thread Ryan A
should only work on "somsite.com" Any ideas on how i can do this? I've seen this done on some old perl scripts but how in php? Kindly help. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: classes v. functions

2003-07-19 Thread Ryan A
Hi, I myself never really create classes to use in my projects, if I ever use classes its only because they come from someone else (eg phpclasses.org), I find using the non OO approach much easier to understand. Just my 2 cents. Cheers, -Ryan - Original Message - From: "Sam Baum&quo

[PHP] affiliate program

2003-07-19 Thread Ryan A
porn) Thanks in advance. -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help?

2003-07-21 Thread Ryan Gibson
work well in my new enviroment, until I modified test.php > like this > //new test.php > echo "Hello!".$_POST['name'] ; > ?> > > who can tell me which one cause this problem,Is the version php5 not > satisfy or the apache 1.3.12? > Ryan Gibson --- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] http://poker.club66.ro

2003-07-23 Thread Ryan A
SPAM! Will someone kick this jerk off the list please? -Ryan - Original Message - From: "Rausch Alexandru" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 6:05 AM Subject: [PHP] http://poker.club66.ro -- PHP General Mailing List (h

[PHP] reading from dir and displaying thumbs

2003-07-23 Thread Ryan A
(maybe 15 per page?) thumbnails with a link to the main program which will take one parameter depending on the thumbnail name. eg: thumbnail name is 1.jpg so that thumbnail should have a link such as Anybody have any ideas or links please tell me. Cheers! -Ryan -- PHP General Mailing List (http

Re: [PHP] reading from dir and displaying thumbs

2003-07-24 Thread Ryan A
oops sorry, I guess I deleted that one accidently. Its kind of hard to keep track as suddenly the volume of the list has gotten higher it seems. Will look into that. Cheers, -Ryan - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

[PHP] creating search

2003-07-24 Thread Ryan A
have any ideas? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] funny output

2003-07-25 Thread Ryan A
with a slash that I didnt have anything to do with. Any ideas on why this is happening? you can have a look at the php info for this site at: http://bestwebhosters.com/phpinfo.php Kindly reply, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] funny output

2003-07-25 Thread Ryan A
. Kindly reply, -Ryan - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 2:44 AM Subject: Re: [PHP] funny output > --- Ryan A <[EMAIL PROTECTED]> wro

Re: [PHP] funny output

2003-07-26 Thread Ryan A
Hi, The first thing I checked was register_globals.they are on. (http://www.bestwebhosters.com/phpinfo.php) Any other ideas/suggestions? Please help as I am hitting a total blank trying to find out where the problem is. Thanks, -Ryan - Original Message - From: "Comex&quo

Re: [PHP] funny output

2003-07-26 Thread Ryan A
d for ID: $r"; exit; } } include("my.top.php"); print("Data has been successfully entered."); include("my.bottom.php"); exit; ?> End Code* This was working fineI just cant understand it. Kindly reply, -Ryan. - Original Me

[PHP] Settings problem?

2003-07-26 Thread Ryan A
he "contact us" link at the side and we will get back to you ASAP. Cheers, -The BWH team. // This is line 84 What do you think is there problem? some settings in php.ini or something? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Ryan A
ow do i get it as a variable and finally how can i take it out of my computer and jump on it for causing me 5 hours of pain and suffering.any ways of killing it slowly too is appreciated. Even if you cant answer the first questions the last two will do, the [EMAIL PROTECTED]@#%@ [EMAIL PROTECTED]@#

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Ryan A
ation:") statements in a lot of files. This just seems a giant PITA. Cheers, -Ryan > You have cookies disabled and session.use_trans_sid is enabled in > php.ini. So the session module parses your html output and adds > PHPSESSID to all internal links, forms and everything el

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Ryan A
Hey John, I dont think its the browser because I have tried this with opera 6,opera 7, IE and NN with the same results... But when i checked the phpinfo() it says that cookies are enabledDo you think its worth it to search and replace each Location header with .SID? Thanks, -Ryan

[PHP] small request

2003-07-27 Thread Ryan A
Hi, I want to find out if this is my browsers fault or the settings in my php.ini, can you goto http://bestwebhosters.com/my.login.php then look at the page source and tell me if there is a hidden variable after the form tag with the name "PHPSESSID" Thanks for helping. Cheers, -Ryan

Re: [PHP] Re: small request (done)

2003-07-27 Thread Ryan A
Hi, Just wanted to say thank you to all those who tested and replied. Thank you. Cheers, -Ryan - Original Message - From: "Shaunak Kashyap" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 4:35 PM Subject: [PHP] Re: small request > > I

[PHP] Half solved......(conclusion)

2003-07-27 Thread Ryan A
"php_value session.use_cookies 1" just to make sure. I dont know if the overriding is normal for everyone so check it out for youself if you have problems. Below is my first message for this thread in case you are intrested. Thank you everyone who replied. Cheers, -Ryan > Hi, &g

[PHP] How is this possible?

2003-07-27 Thread Ryan A
bles and nested tables...but its in php :-) I just cant understand it...any ideas? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How is this possible?

2003-07-27 Thread Ryan A
re you have. Heres the link again, you can see the datastructure (hopefully) http://bestwebhosters.com/compare.php?id%5B%5D=1&id%5B%5D=2&id%5B%5D=4&id%5B %5D=5&id%5B%5D=13&type=1 Kindly reply, -Ryan > * Thus wrote Ryan A ([EMAIL PROTECTED]): > > Hi, > > I am

Re: [PHP] How is this possible?

2003-07-27 Thread Ryan A
Hey, Thanks again. It should take me around an hour or two just to figure out what you wrote...:-D I guess i have to hit the manual quite a bit. Thanks, -Ryan > > Hi, > > Thanks for replying. > > no probs... > > > > > I have not worked with arrays much other

[PHP] Array help

2003-07-27 Thread Ryan A
"Select *..." seems a much easier way to get it Am a newbie at associative arrays so kindly excuse. Any suggestions/comments welcome or even links...I don't mind reading for the next 2 hours or so to get this working. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Jason Wong->Array help

2003-07-28 Thread Ryan A
ly html code files with php in them.will this slow down performance a lot and be much of a strain? the calling files are not large...maybe around 12k each...The reason I choose to go this way of course is for easier readibilty ,handleing and space management. Whats your experience with thi

Re: [PHP] List Problems

2003-07-28 Thread Ryan A
Nope, I too have gotten a few of those and its a pain in the @ss. - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 7:26 PM Subject: [PHP] List Problems > Any body else getting a message back with subject like: > [ERR] Re:

Re: [PHP] Script Execution Time

2003-07-28 Thread Ryan A
Hi Radek, This has been posted before...around once every 2 weeks I guess :-)...check the archive or you will/may get flamed. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] wheres the problem?

2003-07-29 Thread Ryan A
nk i did notice (i dont know if its related) is that i am calling compareTesting.php but it is giving me the notice/error for comparetesting.php (note the upper case "T" in the first one) -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sven->Re: [PHP] Re: wheres the problem?

2003-07-29 Thread Ryan A
".$id[2];} if(isset($id[3])) {$ppp4="plan_id=".$id[3];} if(isset($id[4])) {$ppp5="plan_id=".$id[4];} Any ideas? thanks, -Ryan > Ryan A wrote: > > Hi everyone, > > Am confused about what the @#%# is happening to my scripts because > > this was working yest

[PHP] Simple Array question

2003-07-29 Thread Ryan A
values (in this case 3 and 4) to do some comparasion and assignment operations Kindly reply. Thank, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Simple Array question

2003-07-29 Thread Ryan A
: * AS you can see its totally wrong.Any other ideas? cheers, -Ryan > Normally array values start at 0 (zero), but let's say sh1=1 and sh2=2. then > you could echo the values out like this: echo "ID 1: $id[1]ID 2: > $id[2]"; > > Irvin. > &g

[PHP] Re: Simple Array question (conclusion)

2003-07-29 Thread Ryan A
the idea. Thank you to everyone who tried to help, but maybe i didnt explain the problem well enough that you didnt get the answer or just didnt want to :-D Cheers, -Ryan - Original Message - From: "Irvin Amoraal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[PHP] John->Re: [PHP] Re: Simple Array question (conclusion)

2003-07-29 Thread Ryan A
the "array_values" thingsee? the more you reply to me the more i learn :-D Cheers, -Ryan > Ryan A wrote: > > > I GOT IT > > > > this is where the data was coming from: > > > > > > > > and this is where i take the values and du

[PHP] Deleteing one session

2003-07-30 Thread Ryan A
tter? I am starting my sessions with this kind of statement: $_SESSION['blah'] = $_GET['blah']; Also any idea how many sessions I can have "on" at one time? or is there no limit? I couldnt find anything on that in the manual. Thanks, -Ryan -- PHP General Mailing L

[PHP] foreach help

2003-07-30 Thread Ryan A
Hi, I have a set of checkboxes (around 38) which will be sent to me via a post(eg: http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Where am i screwing up?

2003-07-31 Thread Ryan A
*Start code End code Thanks in advance, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session not carrying...why?

2003-07-31 Thread Ryan A
stWebHosters.com - Compare . and this gives me: Notice: Undefined index: hide in c:\phpdev\www\bwh\project\customize.shared.php on line 14 the value is: What am i doing wrong? I checked all my includes every last one of the have a session_start etc... Please help. Cheers, -Ryan

  1   2   3   4   5   6   7   8   9   10   >