[PHP] Configure question

2006-02-02 Thread PHP
Hi, I have php5 and apache2.2.   In this directive:       php_admin_flag engine on    php_admin_flag register_globals on                 php_admin_flag file_uploads on    AddType application/x-httpd-php .php .php4 .php3 .phtml the register globals and

Re: [PHP] Configure question

2006-02-03 Thread PHP
Hi, The php_flag is also ignored for those 2 options. I can't go either way, default on and turn off in a virtual host or default off and turn on. try using php_flag, php_admin_flag as some restrictions on which files it can be used in. David PHP wrote: Hi, I have php5 and apache2.2

[PHP] mail problem

2006-02-06 Thread PHP
y AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.2/252 - Release Date: 2/6/2006 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail problem

2006-02-06 Thread PHP
I also noticed there is no /usr/local/lib/php/Mail directory anymore, should there be with php5? - Original Message - From: PHP To: php Sent: Monday, February 06, 2006 10:35 AM Subject: [PHP] mail problem Hi, I upgraded to apache 2.2 and php5, now all my

[PHP] Compiling PHP

2001-01-31 Thread php
Hi I am trying to install GD support with jpeg and it appears not to find libjpeg but I can see this. Any ideas on what I am doing wrong. Many Thanks Tony tar -zxvf /home/HOTspecial/src/php-4_0_3pl1_tar.tar cd /home/HOTspecial/src/php-4.0.3pl1 ./configure --with-mysql=/usr/local/mysql

[PHP] Configure pdf lib with php4 on Win NT

2001-02-03 Thread PHP
tell me how i configure pdf lib with php4.0 on win nt server and iis 4.0 i already run php 4 on this server . thanks -- 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

[PHP] Immediately write me!! Row size in mysql

2001-02-03 Thread PHP
bytes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP-MySQL?!

2002-12-09 Thread Bsantos PHP
ysql username pass -> my mysql password listing -> my table, which contains one only column, with more than 3877 lines (named nome). Problem is, when I try to execute the .PHP page with this stuff, it keeps blinking until it tells me that the page could not be found. NOTE: If I use in the

[PHP] Upgrading to 4.3.0

2003-01-07 Thread PHP List
Hi, According to the docs, 4.3.0 comes with gd bundled in. Do I still have to use libpng and jpg and free type seperately? Do I still need --with-png-dir= in the configuration of php or is it part of the built in gd library? Thanks for any help.

[PHP] Upgrade help!

2003-01-07 Thread PHP List
error: Incompatible libpng version in application and library [Tue Jan 7 16:30:21 2003] [notice] child pid 14014 exit signal Segmentation fault (11) I downloaded and installed libpng-1.2.1 I configured php with: ./configure' '--with-jpeg-dir=../jpeg-6b' '--with-mysql=/usr/'

Re: [PHP] Upgrade help!

2003-01-08 Thread PHP List
instead. Is this a bug? Shouldn't it use libpng-1.2.1 for everything? Once I got rid of the rpm versions, I know longer had a problem. - Original Message - From: "PHP List" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 200

[PHP] need a new challenge

2003-03-14 Thread php-editors.com
Im looking for ideas for a 2 programming contests. What I need is a very basic challenge - that new php programmers can do, but involves them mixing there thinking/programming and creative abilities. I also need a challenge for professional programmers - something that involves lots of thought

RE: [PHP] need a new challenge

2003-03-14 Thread php-editors.com
George, Thanks for your idea, I do like it - the only problem is that sound very much like the current beginners contest (phone book and diary) - great minds think alike :) - it sound like you may be able to tweek your code and enter it in the contest !! I will be adding a repository for php

Re: [PHP] php/mySQL time comparison

2003-03-14 Thread php-editors.com
Try quoting your dates - you could also edit your code by using the BETWEEN SQL keywors. hope this helps |-| |- www.php-editors.com| |- php programming contests | |- php tool reviews | |- php everything else

[PHP] connecting to access database

2003-07-12 Thread pehepe php
How can we connect microsoft access database(*.mdb) or excel(*.xls) with php? What are the codes which achieve this? _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

[PHP] problem: The PHP CGI cannot be accessed directly.

2003-07-15 Thread pehepe php
My system is windows 98 second edition im using pws i built php 4.2.2 when ý struggle to reach any .php file for example 127.0.0.1/sample.php this error occur: Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means

[PHP] HTTPS POST without user/client intervention

2003-07-15 Thread PHP List
I am writing a php script to accept an HTTPS POST of data from a remote site, process the data, and send an HTTPS POST response back (not necessarily to the same remote site). I can do this pretty easily in PERL (which I may have to if I can't find a PHP solution). Also I need to do the

Re: [PHP] HTTPS POST without user/client intervention

2003-07-15 Thread PHP List
On Tue, 2003-07-15 at 15:12, Chris Shiflett wrote: > --- PHP List <[EMAIL PROTECTED]> wrote: > > I am writing a php script to accept an HTTPS POST of data from a > > remote site, process the data, and send an HTTPS POST response back > > (not necessarily to the same

[PHP] help me please!

2003-07-15 Thread pehepe php
My system is windows 98 second edition im using pws i built php 4.2.2 when ý struggle to reach any .php file for example 127.0.0.1/sample.php this error occur: Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means

[PHP] how can upgrade php 4.0 to php 5 ?

2003-07-17 Thread pehepe php
How can I upgrade php 4.0 to php 5 (I downloaded php 5) which settings should ý do. I use win 98 and pws. Thank you _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

[PHP] what is the problem?

2003-07-19 Thread pehepe php
form.php is this: takeform.php is this: these codes are running at my hosting but it couldn't run on my computer. I tried on pws, apache, php 4.0.4, php 4.2.2 and php5 but it didn't work. why i couldn't run it?

[PHP] Hard disk number

2003-07-27 Thread pehepe php
Can we know clients' hard disk number with a phpscript. If yes what is the code? Thank you. _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus -- PHP General Mailing List

[PHP] can we know hard disk no via a php script?

2003-07-27 Thread pehepe php
Can we know clients' hard disk number with a phpscript. If yes what is the code? Thank you. _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List

[PHP] connecting access (*.mdb) database with PHP

2003-08-02 Thread pehepe php
how can I connect access database(*.mdb) with php? what is the code? I will be happy if you write php code. Thank you! _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

[PHP] AOL Email client

2003-08-08 Thread php list
I am using php mail and setting all my $headers info to show From:, To:, etc. It work perfectly on my computer. I use MS Outlook. I am doing this for a client who received his email via his aol account. When he receives the email, the email comes in with "Unknown Sender". Is there i

[PHP] what is %s and %d

2003-08-14 Thread pehepe php
what is %s and %d I see these in php tutorials. These are used in printing data from database but I don't know why we use %s and %d. And is there any expressions like this? Thank you for your answers. _ MSN 8 with e-mail

[PHP] what is %s %d

2003-08-14 Thread pehepe php
what is %s and %d I see these in php tutorials. These are used in printing data from database but I don't know why we use %s and %d. And is there any expressions like this? Thank you for your answers. _ MSN 8 with e-mail

[PHP] Session Question

2003-03-20 Thread PHP List
Hi All, I have a question about sessions. I need to pass session data from one domain to a secure domain. (www.mydomain.com to www.securedomain.com). I would like to preserve the session data in case the visitor goes back to www.mydomain.com. I thought about just passing the session ID to www.sec

[PHP] Memory

2003-03-31 Thread Php general
Hello, Is there a way to know the memory that was used to execute a php page ? Thanks ! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newman Asks, Do i have to use session_name('sid') every...

2002-07-25 Thread PHP Developers
l? whats up with that? - Original Message - From: "Richard Baskett" <[EMAIL PROTECTED]> To: "Philip J. Newman" <[EMAIL PROTECTED]>; "PHP General" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 7:50 PM Subject: Re: [PHP] Newman Asks, Do i have to us

[PHP] How much should this cost Or ...

2002-08-01 Thread PHP mail
If anyone responds to this thanks a lot because this is a lot to ask. I've never coded anything for a paying customer. I'll be using Apache, MySQL and php of course. Or... how about this application already exists somewhere?? Requirements/Design --- 1. Any page

Re: [PHP] Why Protect PHP coding?

2002-08-01 Thread php @ banana
Just out of curiosity when and why? >Is there any method to encrypt PHP files. > >Nyon > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > --__-__-__ eat pasta t

Re: [PHP] which function can do so ?

2002-08-03 Thread php @ banana
you mean redirect? header("Location: www.stuff.com"); make sure it goes before any output to screen or html tags or it won't work, >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. web

Re: [PHP] Can I perform a PHP script from a form but stay on the same page afterwards?

2002-08-09 Thread php @ banana
>You can send a 204 No Content header, and the browser won't move to the new >page, but instead the PHP script will be executed and the browser will stay >on the same page. could you gimmie a code snippet of the above Thanks R> > >Jim Dam >[EMAIL PROTECTED] &

[PHP] Re: [PHP-INST] RedHat 7.3 apache is running but where is PHP support

2002-08-11 Thread php @ banana
remove dependent modules, to find out dependencies: rpm -q --whatrequires php the list should have some php/mysql stuff, dump it all, R> >Hi > > >If i type rpm -e apache I get an error that that would destory some >dependinces ... > >In replay to Erik : > >I h

[PHP] mid-level PHP/MySQL people in Los Angeles?

2002-09-17 Thread PHP freak
I'm looking for 1 or 2 people with good PHP/MySQL experience in the Los Angeles area. I have a few steady projects that pay $20/hr. (All of them 100% PHP/MySQL. All of them fun/non-corporate music-based sites.) If interested, please email my personal address: "[EMAIL PROTECTED]&quo

[PHP] Re: cookie

2002-09-26 Thread Bsantos PHP
Why don't you keep you mind ahead and use session auth bsantos "Meltem Demirkus" <[EMAIL PROTECTED]> wrote in message 001701c26532$ba7c8c90$5583@hiborya">news:001701c26532$ba7c8c90$5583@hiborya... > hi, > can anybody help me with cookies..I

[PHP] Mime Types

2002-10-03 Thread PHP List
Hi, Is it possible to get a mime type of a file? I need to be able to attach files, but I won't always know the mime type of what is being attached. I could look at the extension of the file for a general Idea, but I wouldn't know if a .jpg file is an image/jpg or image/jpeg.(progressive) and t

[PHP] Thumbnail with GD

2002-10-03 Thread net php
Hi, I am pretty lost.. I am trying to create a php thumbnail with php without using any *sql database.this script was supposed to open a directory then read it resize the images without losing quality and displays it on screen. ok, here is what I am trying to do and its now working

[PHP] Execute...

2002-10-08 Thread Bsantos PHP
Hi people: Can anyone tell me if I can execute windows calculator trought a PHP script on a web page to allow customers to check final prices?! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] DB speed

2002-10-10 Thread PHP List
>From my experience, I found this: Selecting 1000 records from 2 tables using a join, 10secs and up. Selecting 1000 records for table 1, all records from table 2, then using php to figure out which rows from table 2 belong to table 1 and building my own combined array, less than a sec

[PHP] $_SESSION for language settings?!

2002-10-14 Thread Bsantos PHP
Hi there! This is some kind my experience: Here's the picture. I've made a simple PHP based Website. Now I hould like to expand it to spanish language. All of the text that appears on the website in divided by categories, each one of them set as a variable. All this stuff is

Re: [PHP] $_SESSION for language settings?!

2002-10-14 Thread Bsantos PHP
ts_en.php"; > break; > } elseif (!isset($_SESSION['lang'])) { > $_SESSION['lang'] = "contents.php"; > } > > > then, somewhere on the page, add language links > $_SERVER['PHP_SELF'] . $_SERVER['QUERY_STRING']. >

[PHP] for??????

2002-10-28 Thread Bsantos PHP
selected 3 cols. so I can later do some like this: for ($j=0;$j<$number_of_selected_cols_minus_one;$j++) { echo"$list[$j]"; ... and that's it. By the way!! Is this late statement correct?!?! Thanks a lot to anyone that can help me, cheers, bsantos -- PHP Ge

[PHP] Array Question

2002-10-28 Thread PHP List
Hi, Lets say I have a simple array like this: $myarray = array("a"=>"b","d"=>"c"); echo $myarray[0] will return 'b'; How can I get the name of the index? so: echo $myarray[something] would return 'a'; I know I can do a list($key,$value) but I don't need to loop through the array, I just need t

Re: [PHP] Array Question

2002-10-28 Thread PHP List
,$myarray,true); so how do I get 'd'? > I think you are looking for array_search() > > On Mon, 28 Oct 2002, PHP List wrote: > > > Hi, > > Lets say I have a simple array like this: > > $myarray = array("a"=>"b","d"=>"c

[PHP] looking for Powerfull Document Management Systems in PHP...

2002-10-28 Thread PHP Beginner
Hi guys, I wonder if anyone of you know about any PHP system (free or Open Source, etc.) that can offer the features (or similar ones) one can enjoy from Microsoft SharePoint Technologies. tanks in advance, Rub.

Re: [PHP] Array Question

2002-10-29 Thread PHP List
No, array_keys does not do what I want, in order to user array_keys, it assumes I know the value of the key, but I don't, I want to get the value of the key but all I know is the index. > Perhaps you want to look at array_keys(). > > On Monday, October 28, 2002, at 05:48 PM,

[PHP] Dazed and Confused

2002-10-30 Thread PHP List
For some reason my brain is not operating within normal parameters this week. $myarray["test"] = "sd"; echo $myarray[0]; Why will nothing echo? Do I somehow have to initialize indexing on the array $myarray? php says that $myarray is an array, but I can't access it with

Re: [PHP] Dazed and Confused

2002-10-30 Thread PHP List
c and > string indices. You seem to be assuming that somehow the first element in > an array can always be accessed as index 0 which is not the case and never > has been. > > -Rasmus > > On Wed, 30 Oct 2002, PHP List wrote: > > > For some reason my brain is n

[PHP] Re: Dazed and Confused

2002-10-30 Thread PHP List
tem1; } function SomeOtherFunction { . . $myarray already filled with, say, 5 items; array_walk($myarray,'DoArrayStuff',1); <--- PHP error: DoArrayStuff() - function does not exist in . . . I have tried 'MyClass::DoArrayStuff', &

RE: [PHP] search tricks of the trade

2002-10-31 Thread PHP List
Too many to list in an email. This site has allot of information. http://searchenginewatch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Form Question

2002-10-31 Thread PHP List
Hi, I am hopeing someone can help me with this. This is more of a javascript problem I suppose. I have a bunch of check boxes on a from that I have given a name of rgItems[] so I can access them as an array in php. But I can't find a way to clear all the checkboxes on the form at once. a

Re: [PHP] Saving form input fields to MySQL br clicking on a button

2002-10-31 Thread PHP List
reated a button called "Memorize" but how do I have the page save the > values to my MySQL database when the user clicks on the button. I > understand that I can only use JavaScript to trap the "OnClick()" function > and not PHP but I cannot use JavaScript to write to a

Re: [PHP] PHP - Internal linking in a page

2002-10-31 Thread PHP List
Your get statement is wrong: http://maloyportalen.no/~critical/maloy/index.php?page=main2.php?id=7 use http://maloyportalen.no/~critical/maloy/index.php?page=main2.php&id=7 You only get 1 question mark, any after will be treated as part of the variable page. Hi! I started to learn

Re: [PHP] Form Question

2002-10-31 Thread PHP List
lListForm.elements['rgItems[]'][i].checked == true) > { > alert(document.LevelListForm.elements['rgItems[]'][i].value); > document.LevelListForm.elements['rgItems[]'][i].checked = false; > } > } > } > //--> > > > PHP List wrote: > > Hi, &

Re: [PHP] How printing the name and value of a variable ?

2002-10-31 Thread PHP List
> > $tigidizougou = 12; > echo "THE VARIABLE tigidizougou EQUALS ".$tigidizougou; > > > - Original Message - > From: "franck raynal" <[EMAIL PROTECTED]> > To: "php-general" <[EMAIL PROTECTED]> > Sent: Friday, November 01,

Re: [PHP] Firewall Question

2002-11-05 Thread PHP List
;Paul Marinas" <[EMAIL PROTECTED]> > To: "incoming" <[EMAIL PROTECTED]> > Cc: "Stephen" <[EMAIL PROTECTED]>; "PHP List" > <[EMAIL PROTECTED]> > Sent: Tuesday, November 05, 2002 4:57 PM > Subject: Re: [PHP] Firewall Question

Re: [PHP] Firewall Question

2002-11-05 Thread PHP List
> > There is some software to open ports but I'm not sure what it is or > > anything > > > like that. Thanks for the help so far. > > > > > > > > > - Original Message - > > > From: "Paul Marinas" <[EMAIL PROTECTED]> &

[PHP]

2002-11-11 Thread Bsantos PHP
*/ include("../startup.php"); require_login(); if ((has_priv("clien")) || (has_priv("admin"))) { $mfi->suser = $SESSION['user']['username']; $mfi->email = $SESSION['user']['

Re: [PHP]

2002-11-11 Thread Bsantos PHP
'$frm[description]', now(), '$on_special') "); } //mail('$frm[receptor]','$frm[title]','$frm[description]','$frm[recipient]') ; /* get the product id that was just created */ $product_id = db_insert_id(); /* add this

[PHP] Re: refresh

2002-11-11 Thread Bsantos PHP
http://www.Y.EXT";> Being: X - number of seconds Y - domain EXT -type of domain (.net, .pt, .com, .org, etc...) In PHP you use it also, or you may go to same location as an header (double check where to do it...): header("Location: http://www.where_I_am_right_noe.something/

[PHP] Script Question

2002-11-21 Thread PHP List
Hi, This is more of a Javascript question so please forgive. I generate a dynamic form with php. I need to be able to test in javascript if a certain field exists: . . if (document.myform.mytextfield) { . . This line will give me the javascript error "document.myform.mytextfield is unde

Re: [PHP] Script Question

2002-11-21 Thread PHP List
Same problem, I still get an undefined error. > Try using the string functions. > > document.myform.mytextfield.value or something... > > On Thu, 2002-11-21 at 13:25, PHP List wrote: > > Hi, > > This is more of a Javascript question so please forgive. > > >

[PHP] IMAP and make

2002-06-18 Thread php user
At this point in the make I get this error related to --with-imap and --with-ssl-imap ...I believe Making all in . make[1]: Entering directory `/usr/lib/php-4.2.1' /bin/sh /usr/lib/php-4.2.1/libtool --silent --mode=link gcc -I. -I/usr/lib/php-4.2.1/ -I/usr/lib/php-4.2.1/main -I/usr/li

[PHP] IMAP and I make... and what do I get recursion :)

2002-06-18 Thread php user
At this point in the make I get this error related to --with-imap and --with-ssl-imap ...I believe Making all in . make[1]: Entering directory `/usr/lib/php-4.2.1' /bin/sh /usr/lib/php-4.2.1/libtool --silent --mode=link gcc -I. -I/usr/lib/php-4.2.1/ -I/usr/lib/php-4.2.1/main -I/usr/li

RE: [PHP] game in php

2003-09-07 Thread mek2600-php
From: Jon Haworth [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 5:10 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] game in php *This message was transferred with a trial version of CommuniGate(tm) Pro* Hi, > I have this database with this fields; id and > number_attacks. And ev

RE: [PHP] non-php issue

2003-09-21 Thread mek2600-php
nt: Sunday, September 21, 2003 11:05 PM To: [EMAIL PROTECTED] Subject: [PHP] non-php issue hi everyone, could someone recommend a security mailing list, please? or you may like to answer my question below: i'm currently using outlook express 6 on WinXP Pro, and something strange happened: e

RE: [PHP] non-php issue

2003-09-21 Thread mek2600-php
: Sunday, September 21, 2003 11:16 PM To: mek2600-php Subject: Re: [PHP] non-php issue *This message was transferred with a trial version of CommuniGate(tm) Pro* thanks. but i didn't install any anti-virus software untill the machine got infected. and i tried to install Norton, but failed to do

RE: [PHP] non-php issue

2003-09-21 Thread mek2600-php
ed Linux- do you actually think this guys needs/can handle Linux? :) MK -Original Message- From: Wang Feng [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 11:41 PM To: mek2600-php Subject: Re: [PHP] non-php issue thanks. i might try to delete the outlook and re-install it to

RE: [PHP] Search Submission Tool

2003-09-26 Thread mek2600-php
*This message was transferred with a trial version of CommuniGate(tm) Pro* First suggestion- include the URL. :) Michael Kennedy -Original Message- From: Erich Kolb [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 10:55 PM To: [EMAIL PROTECTED] Subject: [PHP] Search

[PHP] date() is hours behind

2003-09-29 Thread PHP Webmaster
s a timezone problem? Any ideas appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] date() is hours behind

2003-09-30 Thread PHP Webmaster
gt; wrote in message > news:[EMAIL PROTECTED] > > See the putenv() function. For example to get the correct Eastern Standard > > Time > > > > http://www.php.net/putenv > > > > > putenv('TZ=US/Eastern'); > > echo 'Last modifie

Re: [PHP] date() is hours behind

2003-09-30 Thread PHP Webmaster
"Jon Kriek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > putenv('TZ=Europe/London'); > > OR > > putenv('TZ=GMT'); > > -- > Jon Kriek > http://phpfreaks.com > > "Php Webmaster" <[EMAIL PROTECTED]&g

[PHP] Re: method to prevent multiple logons of same account

2003-10-06 Thread PHP Webmaster
7; when the user logged out. When any user attempts to login, it checks that the logged_in column is first marked as '0'. I personally don't see anything wrong with the above method. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] method to prevent multiple logons of same account

2003-10-06 Thread PHP Webmaster
out or someone else has logged in > > with the same username." > > > > > > Am I thinking this through correctly? Comments? > > > > > > > > Chris. > > This problem could be easily fixed by using a "Forgotten password" script with the membership system which logs the user out once the username/password has been sent to an e-mail address. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Wrapping code inside [code]xxx[/code] tags.

2003-10-06 Thread PHP Webmaster
code inside of the [code] and [/code] tags needs htmlspecialchars, nl2br, highlight_file and the outside text needs nl2br, strip_tags, stripslashes/wordwrap. Sorry for being repetitive, but just need to make sure I make sense! Any ideas appreciated -- PHP General Mailing List (http://www.php.net

[PHP] .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread PHP Webmaster
ing I can think of is me sending invalid information, but I know I'm not! Any ideas appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread PHP Webmaster
"Php Webmaster" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > Iv'e got a .htaccess file protecting a site using HTTPS. I have tried using > a form to send the login details to the site through the address bar > (http://user:[EMAIL PR

Re: [PHP] .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread PHP Webmaster
"Mika Tuupola" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 6 Oct 2003, PHP Webmaster wrote: > > > Iv'e got a .htaccess file protecting a site using HTTPS. I have tried using > > a form to send the login details to the site through

Re: [PHP] .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread PHP Webmaster
ll prompt you for the password, redirect you to the subdomain and then prompt you again. Nathan - Original Message - From: Mika Tuupola To: PHP Webmaster Cc: [EMAIL PROTECTED] Sent: Monday, October 06, 2003 7:12 AM Subject: Re: [PHP] .htaccess - Still asking for login information

Re: [PHP] .htaccess - Still asking for login information although already sent through address bar

2003-10-06 Thread PHP Webmaster
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tuesday 07 October 2003 00:32, PHP Webmaster wrote: > > > If I use my login form, the login box pops up only once. If I copy the text > > from the address bar (generated by the f

[PHP] HTML Printing problem.

2003-10-07 Thread php coder
many new standards such as Any help with a solution? _ Help protect your PC. Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP General Mailing List (http

Re: [PHP] HTML Printing problem.

2003-10-07 Thread php coder
Are there any packages developed in php or any use of the php print tags that might solve this problem? From: Leif K-Brooks <[EMAIL PROTECTED]> To: php coder <[EMAIL PROTECTED]> CC: "Php-General (E-mail)" <[EMAIL PROTECTED]> Subject: Re: [PHP] HTML Printing problem.

Re: [PHP] HTML Printing problem.

2003-10-07 Thread php coder
If I could fiqure out how css can get me the same effect as the tbody and thead tags and have it easily converted to pcl or pdf then great but I haven't been able to do this nor am I sure that it can be done. From: Robert Cummings <[EMAIL PROTECTED]> To: php coder <[EMAIL PROTE

Re: [PHP] RE: HTML Printing problem.

2003-10-08 Thread php coder
I am aware of the printer functions in php but as far as I know you can not print an html document with them. It will just print the html code. Otherwords print the text. Also generating these reports with these functions would be a step back on the design because of the amount of ode needed

[PHP] Re: Detecting devices i.e. PDA, Mobile

2003-10-11 Thread PHP Webmaster
normal use, domain.com/wap/ or > domain.com/pda/. Is there a way of detecting what device is loading the site > and redirect them accordingly? > > Thanks for your help As far as I am aware, PHP or infact even JavaScript isn't capable of doing this. Your best bet is to default re

[PHP] Search for an exact string inside of another string

2003-10-11 Thread PHP Webmaster
Hi all, I have a little problem that I hope you can help me with. I have the following strings: $str1 = "Bob"; $str2 = "My Name Is Bob"; How can I get PHP to look for $str1 inside of $str2? Also, what about if "Bob" inside of $str2 is in different places? I

[PHP] Re: Search for an exact string inside of another string

2003-10-11 Thread PHP Webmaster
"Manuel VáZquez Acosta" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try: > > if (strpos($str2, $str1) !== false) > echo "$str1 is inside $str2"; > else > echo "could not find $str1 inside $str2"; > > "

Re: [PHP] Session not getting destroyed !

2003-10-17 Thread PHP Webmaster
MAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, October 17, 2003 4:16 PM > Subject: Re: [PHP] Session not getting destroyed ! > > > > On Fri, 17 Oct 2003 15:58:36 +0530, you wrote: > > > > >My session is not getting destroyed once i close the bro

Re: [PHP] using ImageGIF

2003-10-17 Thread PHP Webmaster
"Louie Miranda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And here's the error > > > [Fri Oct 17 10:52:20 2003] [error] PHP Fatal error: Call to undefined > function: imagegif() in /Volumes/WWW_Root/louie/test.php on line 6

[PHP] Read a file, extract and echo some information

2003-10-20 Thread PHP Webmaster
Hi all, I have a little dilemma on my hands that I can't seem to solve. Iv'e looked through the PHP Manual at the fread(), fgets(), fopen(), file() etc functions which I beleive are capabile of what I want to do, but I just can't seem to peice it all together. Anyway, the fo

Re: [PHP] Read a file, extract and echo some information

2003-10-21 Thread PHP Webmaster
"Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] PHP Webmaster <mailto:[EMAIL PROTECTED]> on Monday, October 20, 2003 4:36 PM said: > As you can see, the above code will not work as the $title variable > has not been set yet. So, I

[PHP] Re: the function of the "@" symbol?

2003-11-04 Thread PHP Webmaster
t;). > > Could anyone please explain the function of "@" in the code? > > Thanks The @ sign prevents errors from being displayed for that particular peice of code -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] verify my ISP

2003-11-04 Thread PHP Webmaster
"John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can I verify if my ISP really does have PHP on a server I am using. They say if I want PHP, I must pay an extra $15 per month. Is there somehting I can put in my .htaccess to verif

[PHP] site down have question

2003-11-26 Thread php-general
what is the function that takes Dan McCullough and makes it McCullough, Dan? Anyone, cant seem to get php.net to load - This mail sent through IMP: http://horde.org/imp/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] string

2003-12-01 Thread php-general
hat I should say is 19 is value that can change. - This mail sent through IMP: http://horde.org/imp/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] html stripping

2003-12-04 Thread php-general
return the full page. I'm really at a loss, anyone have any ideas? ----- This mail sent through IMP: http://horde.org/imp/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] e-commerce with php

2003-12-14 Thread pehepe php
Hi! I don't know anything about e-commerce. I want to build a e-commerce site with php-mysql. So i have turorial for this idea. Can you help me about it? i know php and mysql but i dont have any information about ssl, e-commerce, paying with credit card. thank you very much! you can se

[PHP] problem with files bigger than 2GB

2003-12-15 Thread php-admin
I use PHP 4.1.2 under Linux (Kernel 2.4.18). On files bigger than 2GB the php-function 'file_exists' exits with 'Warning: stat failed on ... (errno=75 - Value too large for defined data type') ... How can I solve this problem? Thanks for every help. -- PHP Genera

<    1   2   3   4   5   6   7   8   9   10   >