RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-21 Thread Boaz Yahav
Upgrading to IE 5.5 will tell you if it's a client problem or maybe a server problem. Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February

RE: [PHP] what's the difference between include and require??

2001-02-21 Thread Boaz Yahav
Check this : http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=22 Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Zenith [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 3:40 PM

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-21 Thread Maxim Maletsky
I do not need to upgrade, I can just get onto my MAC (MSIE 5 : Mac edition) and see it working. I know it's client side problem. But it wasn't born just like that. There's something (or better say MSIE 5.01) interrupting the download of file. No errors in apache log files also suggests that IE qu

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-21 Thread Maxim Maletsky
>From last millenium. (Cristmass? I guess) and always worked as precise as the heart of a baby. Cheers, Maxim Maletsky -Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 4:31 PM To: Maxim Maletsky; Boaz Yahav; 'PHP General List. (E-mail)'

RE: [PHP] Pay for help

2001-02-21 Thread Boaz Yahav
It's very funny these emails :) 1st, it's berber and not Mr. Yahav (like Mr. Gates). 2nd, every now and then comes someone that has no idea about the WeberDev.com background and thinks We are here for the $1,000,000's. A few words of correction : 1. WeberDev.com has been around since April 19

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. Ne eds to be fixed NOW. Please advise.

2001-02-21 Thread Maxim Maletsky
Another funny thing: the page breaks in all different places but more often on: 1276 Bytes (65% of times), 2743 Bytes (15% of times), 4153 Bytes (10% of times), others Interesting ... I feel here pockets trouble ... Cheers, Maxim Maletsky -Original Message- From: Maxim Malets

Re: [PHP] Getting LDAPS to work

2001-02-21 Thread Stig Venaas
On Tue, Feb 20, 2001 at 11:14:41AM -0400, Victor V . Evtushenko wrote: > * John Hallam <[EMAIL PROTECTED]> [010215 17:58]: > > I have got php 4.0.4p1 configured with openssl 0.9.6 > > and ldap and I'm trying to get an ldap_connect to work > > over ldaps as described in the ldap_connect > > documen

RE: [PHP] URGENT: IE pops-up an Error and File Download Fails. FIXED (no idea how)

2001-02-21 Thread Maxim Maletsky
OK, Thanks everyone for trying to help me out. I think I have "fixed" it. All I've done was: inside a function repeating on each row I changed - if($int)return "$good"; with - if($int)return "$good

[PHP] cURL library and auto-loggin to a site

2001-02-21 Thread Christie, Darren
Does anyone know if it is possible to use PHP and cURL to auto-login into a site (which sets a cookie) and then fill in a form to send an sms message? I need to do this to test a site automatically and check response times for sending the SMS. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Database Paging using MSSQL 2000

2001-02-21 Thread Ankur Verma
Hello All! I am implementing a database application using PHP4 and MSSQL2000. I have a database table which has a large no. of tuples. I want to display the data in the form of pages with Prev Next buttons. I wanted to know if there is some syntax in the MSSQL Select statement which can allow

[PHP] Document Management System in PHP

2001-02-21 Thread Kraa de Simon
Hi, Can anyone advise me in a "document management system", written in PHP and Open Source? Thanks! Met vriendelijke groet / With kind regards, Simon de Kraa ICL Logistic Systems mailto:[EMAIL PROTECTED] --- Microsoft Windows 2000 Professional SP 1, Progress 9.1b, Roundtable 9.1a SCO UnixWar

RE: [PHP] Pay for help

2001-02-21 Thread Maxim Maletsky
Yup, and I am your competitor! PHPBeginner.com is about to be something like WeberDev.com (which I personally very much like and respect) Remember, Berber, my postings of on WeberDev.com which you replied me back to: from your email: August 23, 2000 " Hi Why did you post an article from

Re: [PHP] CGI BIN PHP

2001-02-21 Thread Hrishi
hey, don't go bald yet :) my web host (communitech.net) has the same setup... is that where you're hosted ? i have a script called 'php4.cgi' in my /cgi-bin which contains: #!/bin/sh #echo -e "Content-type: text/plain\n\n"; #set SCRIPT_NAME=$REDIRECT_URL;expor

[PHP] Urgent! Make data input a html file.

2001-02-21 Thread Edith Lai
Hi all, I've a question which i really don't know what to do! If i have a form with a textarea which for example for people to input lyric of a song. Now i would like to read those lines of lyric and save it as a html file with that song name as the file name. Is it possible for me to achieve thi

Re: [PHP] No result - need advice.

2001-02-21 Thread Rick Hodger
"Kenneth R Zink II" <[EMAIL PROTECTED]> wrote in message 025901c09b68$edd3d200$[EMAIL PROTECTED]">news:025901c09b68$edd3d200$[EMAIL PROTECTED]... > I'm having problem with a php script. I get a valid insert statment echoed to the screen but I don't get a result from it. If I cut and > paste int

[PHP] .ins file

2001-02-21 Thread Martin
Has anyone got any experience with creating windows .ins file from PHP. The following coding appears to be working sort of, but when you first run it wants to save the file as makeins.phtml (the same name as the file). If you cancel, it then will save it as .ins file. It's very annoying and kinda

Re: [PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-21 Thread Hartmut Holzgraefe
Zeev Suraski wrote: > Wouldn't that happen even without the patch? I'd imagine the dynamic > extensions would be last on the list..? no, extensions found in php.ini were loaded and initialised immediately after ini parsing was done, before initialization of builtins and even before initializati

Re: [PHP] system() PHP newbie!!

2001-02-21 Thread Christian Reiniger
On Tuesday 20 February 2001 21:17, Kevin Connolly wrote: > just adding the line: system("C:/temp.exe")?? I have also tried > system("C:\temp.exe)!! This is probably a really silly question but I As you use double quotes here, PHP will interpret the "\t" in there as TAB character. Write "C:\\tem

Re: [PHP] Urgent! Make data input a html file.

2001-02-21 Thread Hrishi
> I've a question which i really don't know what to do! > If i have a form with a textarea which for example for people to input > lyric of a song. Now i would like to read those lines of lyric and save it > as a html file with that song name as the file name. Is it possible for me > to achieve th

[PHP] Can you check if someone is online on your homepage?

2001-02-21 Thread Jan Grafström
Hi! Can you use a php-script to see if there is someone on your homepage? Im going to make a demo with flash, php,xml and xsl and if more than one at the moment are testing the demo, it won´t work beacause of the work-file is cleaned up every time someone enters.If you can see a digit on the page

[PHP] access violation

2001-02-21 Thread Wade Halsey
hi im running iis5 and php 4.04 i get the following error : PHP has encountered an Access Violation at 78003ABF im pretty sure its a server problem, can anyone confirm this or help out? if it is a server error how can it be fixed? this is quite urgent thanks Wade

[PHP-CVS] RE: [PHP-CVS-DAILY] cvs: php4 / ChangeLog

2001-02-21 Thread Richard Essex
can you stop sending this e-mail as the person you send it to is no longer here. -Original Message- From: changelog [mailto:[EMAIL PROTECTED]] Sent: 21 February 2001 02:09 To: [EMAIL PROTECTED] Subject: [PHP-CVS-DAILY] cvs: php4 / ChangeLog changelog Tue Feb 20 18:09

Re: [PHP] email a page as attachment

2001-02-21 Thread kaab kaoutar
Hi! Thanks but i want to send the current page! it's like i've generated a page with some results and i want to send that page as email body or attachment! if i use whet u told me about i will only send the source code wich will give me nothing cause therer are no variables sent with it ! Thank

[PHP] RE: Help?

2001-02-21 Thread Tim Ward
This is a big philosophical question. If you drop a stone a million times you still can't predict that it'll fall the next time unless you know the mechanism. Gravity is something we still don't really understand but with software YOU WROTE THE CODE. You still need to test to check your code bu

[PHP] send a mail

2001-02-21 Thread Emanuele De Fazio
Hi, I am new of php I have a file: send.php3 c:\type f:/http/php/send.php3 c:\ when I get the page from my web server(apache under Win NT), the mail is sent correctly, but the browser is hung for 30 seconds, and after I have the following error: Fatal error: Maximum execution time of 30 seco

[PHP-CVS] cvs: php4 /main php_ini.c php_ini.h

2001-02-21 Thread Hartmut Holzgraefe
hholzgraWed Feb 21 03:16:16 2001 EDT Modified files: /php4/main php_ini.c php_ini.h Log: # make sebastian and compiler happy .) Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.50 php4/main/php_ini.c:1.51 --- php4/main/php_ini.c:1.50Tue Feb

Re: [PHP] send a mail

2001-02-21 Thread Delbono
To me, the SMTP in php.ini is wrongly configured. Secondo me è settato male l'SMTP nel php ini. Ciao > Hi, I am new of php > > I have a file: send.php3 > > c:\type f:/http/php/send.php3 > mail("[EMAIL PROTECTED]", "Subject test", "test text"); > ?> > c:\ > > when I get the page from my web serv

[PHP] HELP! IBase - PHP

2001-02-21 Thread Niel Zeeman
Hi there I have a big problem and would greatly appreciate help.. I have a production site runnig the php4.0.4 isapi on IIS5 with a ibase backend db running on solaris Now I have the problem that when ever a couple of people( 2-6) login from the web the database flatlines... This is with abo

Re: [PHP] Problems with Mail

2001-02-21 Thread Chris Anderson
thanks ill try that - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Chris Anderson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 12:39 AM Subject: Re: [PHP] Problems with Mail > On Sat, 17 Feb 2001 08:31, Chris Anderson wrote: > > Oy - yo

[PHP] RE: Can you make a file empty?

2001-02-21 Thread Tim Ward
does this not already do it? according the manual "w" as the second parameters will "place the file pointer at the beginning of the file and truncate the file to zero length". Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: ht

Re: [PHP] Get name of current function

2001-02-21 Thread Robert Vetter
"Ide, Jim" wrote: > > Hi - > > Is there some way I can get the name of the currently executing function? > > For example: > > > function MyFunction () { > echo "The currently executing function is: " . ; > } Solution:> function MyFunction () { echo "The currently execu

Re: [PHP-CVS] RE: [PHP-CVS-DAILY] cvs: php4 / ChangeLog

2001-02-21 Thread Derick Rethans
You can ubsubscribe form this list as described in the footer: > To unsubscribe, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] Derick Rethans - PHP: Scripting the Web - www.ph

Re: [PHP] email a page as attachment

2001-02-21 Thread Ankur Verma
try the HTML mail and attachement class to send the data as an attachment to the email http://phpclasses.upperdesign.com/ hope that helps best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "kaab kaoutar" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [PHP] send a mail

2001-02-21 Thread Emanuele De Fazio
the smtp part is configured like this: [mail function] SMTP = mysmtpserver sendmail_from = [EMAIL PROTECTED] there something else inside php.ini that I should change? P.S. other scripts work fine...I have this error just in using mail(); Delbono wrote: > To me, the SMTP in php.ini is wrong

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-21 Thread David Guerizec
davidg Wed Feb 21 04:21:02 2001 EDT Modified files: /php4/ext/midgard midgard.c Log: used dynamic alloc to avoid segfault ;) Index: php4/ext/midgard/midgard.c diff -u php4/ext/midgard/midgard.c:1.9 php4/ext/midgard/midgard.c:1.10 --- php4/ext/midgard/midg

[PHP] Deleting mySql records based on dates

2001-02-21 Thread Thomas Edison Jr.
How do I delete records from my mySql database which are three weeks old?? I will be declaring a date field for the records but what coding should I do in order to check if the records are three weeks old and then erase them so that my data is up to date?? Regards, T. Edison jr. = Rahul S. J

php-general Digest 21 Feb 2001 12:50:32 -0000 Issue 525

2001-02-21 Thread php-general-digest-help
php-general Digest 21 Feb 2001 12:50:32 - Issue 525 Topics (messages 40864 through 40940): Re: httpd.conf question... 40864 by: David Robley Re: Postgresql session handling 40865 by: Bolt Thrower 40890 by: Yasuo Ohgaki set_error_handler() 40866 by: Steve Me

Re: [PHP] Deleting mySql records based on dates

2001-02-21 Thread Kevin Cawthorne
Try something like: $time = time(); // unix time now $day_limit = 28; // how many days to allow $day = 86400; // how many seconds in 24 hours(1 day) $difference = bcmul($day_limit,$day); // multiply the seconds($day) by the day limit($day_limit) $limit = bcsub($time,$difference); $sql = mysql_q

Re: [PHP] email a page as attachment

2001-02-21 Thread Adrian Murphy
In relation to this class: if i want to let users send an attachment,do i have to first upload the file to the server? - Original Message - From: Ankur Verma <[EMAIL PROTECTED]> To: kaab kaoutar <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 21

Re: [PHP] Deleting mySql records based on dates

2001-02-21 Thread Christian Reiniger
On Wednesday 21 February 2001 14:00, Kevin Cawthorne wrote: > Try something like: > > $time = time(); // unix time now > $day_limit = 28; // how many days to allow > > $day = 86400; // how many seconds in 24 hours(1 day) > $difference = bcmul($day_limit,$day); // multiply the seconds($day) by > t

Re: [PHP] access violation

2001-02-21 Thread Phil Driscoll
If you are using the ISAPI module, try changing to the cgi version and see if the problem goes away. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -Original Message- From: Wade Halsey <[EMAIL PROTECTED]> To: [EMAIL PROTEC

Re: [PHP] Deleting mySql records based on dates

2001-02-21 Thread Kevin Cawthorne
The reason I used that route was to show the logic. Yes its long- some people may not want a mysql reliant way of doing it. Kevin - Original Message - From: "Christian Reiniger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 1:11 PM Subject: Re: [PHP] D

[PHP] Editing a files hex?

2001-02-21 Thread Matt
Does anyone know how I can do this? I've got the file but before I write it to the server I was to change a hex value in the file, does anyone know how this could be done? Thanks, matt

[PHP] Bug: reference, foreach, array (FYI)

2001-02-21 Thread Yasuo Ohgaki
I've found out what's wrong with PHP4 partially. It might help people who are getting errors - document contains no data or like. You may get various strange PHP4 behavior with (possibly without) combination of reference, foreach and array if you don't pass expected values to functions. I've

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
H, I have to tell you, and perhaps your not aware, but I've gone to your site many times and had it not come up. Then have the traceroutes reveal that the site was unreachable at it's final destination. -Brian *** > -Original Message- > From: Boaz Yahav [mailto:[EMAIL PROTECT

Re: [PHP] Deleting mySql records based on dates

2001-02-21 Thread php3
Addressed to: "Kevin Cawthorne" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from "Kevin Cawthorne" <[EMAIL PROTECTED]> Wed, 21 Feb 2001 13:19:54 - > > The reason I used that route was to show the logic. > > Yes its long- some people may not want a mysql reliant way

[PHP] IBase Help

2001-02-21 Thread Niel Zeeman
Hi Does anyone know where I can get hold of someone ( or someone here maybe) that has a high volume production site running PHP and interbase6? I would appreciate some assistance thank you Niel Zeeman Tel(W): (043)7014247 Cell: 082 651 4083 eMail: [EMAIL PROTECTED]

RE: [PHP] PHP vs. FreeTDS

2001-02-21 Thread Mark Roedel
> -Original Message- > From: Scott Fletcher [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 5:03 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP vs. FreeTDS > > > I can't user mssql_connect, I'm using odbc_connect! Most of > the websites for my company use odbc_connec

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
On 2/20/01 5:55 PM this was written: > I was about to buy a server from Alabanza. Am I ever glad I didn't. The > only thing impressive about them is their connection. And for all I know > they could be lying about that, as well. Usdatacenters.com has a great connection. We've had great help w

[PHP] POST against GET

2001-02-21 Thread Denis L. Menezes
Hello friends. I am running PHP4 on an Intel Win NT server 4 sp6 machine. When I use POST the feedback form does not work but itw works when I use GET. Can anyone advise why this is so? The data that I am using are only 2 string variables of one word each. thank you denis -- PHP General M

[PHP] How to pipe a command output into another command

2001-02-21 Thread Martin Kong
>From within PHP, I'm trying to execute an external command and pipe (|) the result into another command, then capture the output. I've tried everything, exec, system, passthru, popen and backtick, and still could get it to work. Has anyone done it before? Is it possible with PHP? Running PHP

[PHP] array headaches

2001-02-21 Thread Matt Williams
Hi could anybody please help me get my head around the following. I get some url information from the database (title, url) I am trying to then put this into an array so I can pass it to the page to display a menu. so a) how do I get the data into the array. would this be the way to do it??

Re: [PHP] .ins file

2001-02-21 Thread Chris Lee
"when you first run it wants to save the file as makeins.phtml " what wants to save the file? IE ? your editor ? sounds like a browser issue, the browser has assoiated .ins as something else in the mime-types. Msg back so I could possibly help more. -- Chris Lee Mediawaveonline.com em. [EMAIL

[PHP] HTTP_REFERER doesn't work with redirects...?

2001-02-21 Thread Dhaval Desai
Hi! I just want to get the URL of the page that is redirecting to the other page. For example.. I have two files login.php something.php Something.php has a line saying: So When I open Something.php it automatically takes me to login.php. On the login.php page I have the following lines

Re: [PHP] array headaches

2001-02-21 Thread Pavel Kalian
a) $menu[] = array("name" => $db->f("name"), "url" => $db->f("topic_id")); b) echo $menu[0]["name"]; //for example - depends on what you want to do BTW have a look into the manual, the array stuff is described pretty well Pavel - Original Message - From: "Matt Williams" <[EMAIL PROTECT

AW: [PHP] How to pipe a command output into another command

2001-02-21 Thread Sebastian Stadtlich
this one uses pipe $command=`find $verzeichnis. -iname $DateiPattern |sort -f`; $verzeichnisliste = explode ("\n",$command); sebastian -Ursprungliche Nachricht- Von: Martin Kong [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 21. Februar 2001 15:45 An: [EMAIL PROTECTED] Betreff: [PHP

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
Check out http://www.hostpro.com/hosting/shared/unix_products.html It's a semi-dedicated virtual environment with complete root access. -Brian > -Original Message- > From: Hrishi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 10:10 AM > To: PHP List > Subject: Re: [PHP]

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Jason Bouwmeester
Speaking of hosting companies, has anyone had experience with a company called www.nomonthlyfees.com? TIA, jb -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 8:24 AM To: Hrishi; PHP List Subject: RE: [PHP] Terrible Hosting Experience

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Hrishi
while we're on this topic, i'd suggest people take a look at pair networks: http://www.pair.net i've had some good experience with them, almost complete control of the server (even on virtual hosts). they have the best support i have seen till date, and some of the best connections i've seen

RE: [PHP] array headaches

2001-02-21 Thread Matt Williams
> a) $menu[] = array("name" => $db->f("name"), "url" => $db->f("topic_id")); > > b) echo $menu[0]["name"]; //for example - depends on what you want to do Thanks, maybe I should have made myself a little clearer though I am expecting more than one row to be returned from the db. So how would I

Re: [PHP] Document Management System in PHP

2001-02-21 Thread clayton collie
im sure ive seen one or two at FreshMeat ... "Kraa de Simon" <[EMAIL PROTECTED]> wrote in message C1EBEEBBB842D411B412949A1F587584B1@wwmessd135">news:C1EBEEBBB842D411B412949A1F587584B1@wwmessd135... > Hi, > > Can anyone advise me in a "document management system", written in PHP and > O

Re[2]: [PHP] MIME type detection on file

2001-02-21 Thread Andris Jancevskis
My files are outside web server. These files can not be accessible from http://, but anly user running web pages (nobody or IUSR_) have access. This limitation is to secure user files. My primary target is to deliver files to user using web browser. If I use require() or insert it is not poss

Re: Re[2]: [PHP] MIME type detection on file

2001-02-21 Thread Chris Lee
I use this to allow a user to download a pdf, most browser want to view it in the browser, I wanted them to be able to save the file, not view / run it. Is this what your looking for ? -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120

Re: [PHP] array headaches

2001-02-21 Thread Jason Stechschulte
> while($db->next_record()) > { > $menu[]["name"] = $db->f("name"); > $menu[]["url"] = $db->f("topic_id"); > } Why not use a for loop instead? for($i = 0; $db->next_record(); $i++) { $menu[$i]["name"] = $db->f("name"); $menu[$i]["url"] = $db->f("topic_id"); } Then you can access them thro

[PHP-CVS] cvs: php4 /main php_ini.c

2001-02-21 Thread Stanislav Malyshev
stasWed Feb 21 07:20:30 2001 EDT Modified files: /php4/main php_ini.c Log: Add safety check Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.51 php4/main/php_ini.c:1.52 --- php4/main/php_ini.c:1.51Wed Feb 21 03:16:15 2001 +++ php4/main/php_i

[PHP] Displaying an image, that is pulled from a DB, inline

2001-02-21 Thread Boget, Chris
Is it possible to pull an image, stored as binary data in a mySQL table, and display it on a page inline? So it acts as if the image was pulled from the file system normally? If it is possible, could you point me to some online resources that would give information on how this is done? I've trie

Re: [PHP] POST against GET

2001-02-21 Thread Chris Lee
can you post a small code snippit ? -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""Denis L. Menezes"" <[EMAIL PROTECTED]> wrote in message 970kab$e9j$[EMAIL PROTECTED]">news:970kab$e9j$[EMAIL PROTECTED]... > Hello friends. > > I

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
On 2/21/01 10:53 AM this was written: > Check out MyBizHosting at > http://www.mybizhosting.com/ Hope it holds up They are also an Alabanza Dedicated server client: From: http://www.mybizhosting.com/network/network.shtml The MyBizHosting NOC located in Baltimore, Maryland is OnNet with Glo

[PHP] access violation

2001-02-21 Thread Wade Halsey
hi im running iis5 with php 4.04 as isapi accessing an interbase6 database i get the following error : PHP has encountered an Access Violation at 78003ABF this error occurs once an sql statement is run, the sql statement takes a paramater from a select box and then runs.It runs fine for a num

Re: [PHP] Editing a files hex?

2001-02-21 Thread Chris Lee
edit the file with php or an editor like ultraedit? in ultraedit hit Ctrl-H in php its no different then it would be opening an ascii file. no different, just make sure to use fwrite() http://www.php.net/manual/en/function.fwrite.php -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] p

[PHP] Accessing variables from a form

2001-02-21 Thread Don
Hi, I'm in a quandary here. I have a form which contains sever tables each containing similar fields. The number of tables are dynamic based on vales I retrieve from a database. Each table has the following fields: $name $phone $fax In order to differentiate the filed names in my form, I cre

RE: [PHP] Variable Strangeness

2001-02-21 Thread Boget, Chris
> I came across this: > $confidential = 0; > echo "$confidential " . ($confidential == "yes"); > In which "0 1" was printed. > Is there something I'm missing? Yes. When comparing types, PHP generally typcasts one side of the operand to the type of what is on the other side. So in th

[PHP] Variable Strangeness

2001-02-21 Thread Jason Murray
Hi, I came across this: $confidential = 0; echo "$confidential " . ($confidential == "yes"); In which "0 1" was printed. Is there something I'm missing? Thanks, Jason -- Jason Murray Developer http://www.jwebmedia.com/ 1 877 525 jWEB -- PHP General Mailing List (http://www

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 - New Eve Media

[PHP] MIME type detection on file

2001-02-21 Thread Andris Jancevskis
Hi, is there suggestions how to determine what mime type is file? for example: .word -> application/wnd-word .pdf -> application/pdf Files are on local disk. Not accessible from web server. I'm interesting to determine it on linux (Apache) and win32(IIS 4.0) platforms. TIA, --

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Gary
Thomas Deliduka wrote: > 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. I disagree! We have had to pull cl

AW: [PHP] Session files? (Very Techy Questions)

2001-02-21 Thread Sebastian Stadtlich
> writing an apache module that did the following: > > When a file with .pdf is asked for it looks to see if the user is > currently in a session (aka 'logged on'). I'm guessing the module can > know this by using the HTTP headers. Figuring we can look to see if > its giving a cookie with the

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Brian V Bonini
This is actually a Vservers product. Vservers merged with HostPro back about 8 months ago. They continue to develop their own product line under the HostPro moniker with HostPro providing the font-line tech support and billing and of course taking all the credit ;-) It's a very flexible packag

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Jeff Oien
I would agree. I've had clients hosted on pair for quite a while. They are still using PHP 3 however. Jeff Oien > while we're on this topic, i'd suggest people take a look at pair networks: > > http://www.pair.net > > i've had some good experience with them, almost complete control of the > se

[PHP] Making .phtml an extension

2001-02-21 Thread Brandon Orther
Hello, I am trying to get .phtml to work for php files. How would I do this? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- P

Re: [PHP] Handling File Uploads : ASCII/Binary transfers

2001-02-21 Thread Chris Lee
your using an html for to upload the files ? this is strange, I use an html form to upload binary images, all is well so its strange its mangeling your ascii db file. how does the file look when it gets to the server? try saving it somewhere, compare it to the origonal. -- Chris Lee Mediawaveo

[PHP] a good hosting experience

2001-02-21 Thread Julie Meloni
As a follow-up to the "Terrible Hosting Experience" posts, here's a "Good Hosting Experience" post. I completely and unabashedly recommend Hurricane Electric (www.he.net), for virtual or dedicated hosting. AND...they're not paying me a thing to say that. :) They have virtual host packages sta

RE: [PHP] Making .phtml an extension

2001-02-21 Thread Jon Haworth
You would add "phtml" to the line in your server config file that determines which extensions are handled by PHP To give more info we'd really need details of which server software you're running, and whether it's hosted by an external company or if it's in your bedroom. Cheers Jon -Or

[PHP] How to get information from

2001-02-21 Thread Zenith
Hello everbody, if a have HTML document lik this: How can know whether the user is pressed on the "action1" or "action2" image button?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] I'm confused about Regular Expressions.

2001-02-21 Thread Kenneth R Zink II
I was just reading at DevShed on how to use Regular Expressions, but now I'm even more confused. Can someone please explain how I would use a REGEX to determine in and uploaded file is a .gif or .jpg file? Thanks. Kenneth R Zink II [EMAIL PROTECTED]ICQ# 5095094 '87 2.8L TBI GMC S-15 E

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Richard McLean
At 11:32 AM -0500 21/2/01, Brian V Bonini wrote: >This is actually a Vservers product. Vservers merged with >HostPro back about 8 months ago. They continue to develop >their own product line under the HostPro moniker with HostPro >providing the font-line tech support and billing and of course >tak

[PHP] How can I log message, by syslogd?

2001-02-21 Thread Zenith
As I want to make my application more similar to those linux application, I am going to see that, is it possible for logging information via syslog or similar stuff?? I will happy, if you can also give me advice or comment on the efficiency aspect!! Thnks -- PHP General Mailing List (http://

RE: [PHP] Terrible Hosting Experience

2001-02-21 Thread Boaz Yahav
I'm at my site all day and I'm coming from Israel. I never had a downtime problem. As for service, I forwarded your mail to them and it took them about 5 minutes to reply that they would be more than happy to get your IP and go over any problem you might have reaching WeberDev.com. Now, how is t

[PHP] session var not carrying

2001-02-21 Thread W.D.
unable to get these session variable to be used on thanks.php page Contact.php First Name: Last Name: E-mail Address: Ask a Question .Thanks.php. $session_start();] $from = $FirstName . $Lastname; _ Do Y

[PHP] Form Variables!!!!!

2001-02-21 Thread Bruno Freire
Hi! It's me again Bruno From Brazil!! My problem is: I wanna know the names of the variables that my actual page recives from the last page (using the POST method). Thanks!! Bruno.

[PHP] How to issue a new session without closing the browser?

2001-02-21 Thread Evelio Martinez
Hi! I have used your postgresql session functions in http://www.php.net/manual/en/ref.session.php with few changes. I have a login.php page that register 3 things - the pg_connect string, - a login flag to indicate that we already have done the login - actual time In a second php page

Re: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Michael Stearne
Don't reference the absolute path to php4.cgi in your .htaccess it has to be relative to the domain. Instead, try: Action application/x-httpd-php-xphp /cgi-bin/PHP2/php.cgi AddHandler application/x-httpd-php-xphp .phtml This is how I got PHP2 back. BUT, if you server is one of the ones that ha

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Toby Miller
Here's another story to use as an "I told you so" if you choose to try them anyway. CI Host. We have been hosting with them for almost two years now. The only reason we never left was because we couldn't find anyone else offering the same redundant connections that we could actually verify. A lot

Re: [PHP] Variable Strangeness

2001-02-21 Thread php3
Addressed to: Jason Murray <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Jason Murray <[EMAIL PROTECTED]> Wed, 21 Feb 2001 11:37:40 -0600 > > Hi, > > I came across this: > > $confidential = 0; > echo "$confidential " . ($confidential == "yes"); > > In whic

Re: [PHP] Making .phtml an extension

2001-02-21 Thread Michael Stearne
Or the .htaccess file of your top directory if you are virtual hosting and cannot change the httpd.conf file. Michael Pavel Jartsev wrote: > Brandon Orther wrote: > > > > Hello, > > > > I am trying to get .phtml to work for php files. How would I do this? > > If you have Apache, then followin

Re: [PHP] Accessing variables from a form

2001-02-21 Thread Pavel Jartsev
Don wrote: > > Hi, > > I'm in a quandary here. I have a form which contains sever tables each > containing similar fields. The number of tables are dynamic based on > vales I retrieve from a database. Each table has the following fields: > > ... > Maybe this approach is simpler. If you cr

[PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
I went through this installation process to install PHP4 on a pair server. When I try to run a PHP script I get an internal server error with this: Premature end of script headers: /usr/www/users//cgi-bin/php4.cgi What should I do from here? Thanks. Jeff Oien -- PHP General Mailing List (htt

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-02-21 Thread Andrei Zmievski
andrei Wed Feb 21 09:22:27 2001 EDT Modified files: /php4/ext/standard array.c Log: Fix memory leak. Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.94 php4/ext/standard/array.c:1.95 --- php4/ext/standard/array.c:1.94 Tue Feb 20 0

[PHP] Tough one?

2001-02-21 Thread Mike
I am building an update string on the fly from form fields.I am trying to add a comma between fields but I cant have one after the last field.This is the code that doesnt work.Also I cant have a comma at all in a table with only one updated field. $keys = array_keys($HTTP_POST_VARS); for($x = 2;

[PHP] AS400 Insert - The answer

2001-02-21 Thread Karl J. Stubsjoen
Okay, To insert data into an AS400 system (proven on Ver 4.4) you must first: Begin Journaling for the the file to insert into This is done by issuing the following command at the command prompt: STRJRNPF FILE(lib/file) JRN(jrnllib/jrnlfile) (where test is your libs and files) Let me know ho

  1   2   3   >