Search Discussions
-
Hi NG. I'm having problems creating files at a certain location. If I attemt to create a file it gets created in the rootdir (htdocs) even though I add a path infront of the file name. I've tried ...
Sviss
Oct 8, 2002 at 8:58 pm
Oct 11, 2002 at 10:44 pm -
Hello All, I am somewhat new to PHP and I have a question relating to FLAT FILE databases. First let me give an introduction to my question. I used to work at a company (www.miva.com) where we ...
Negretti, John (CCI-San Diego)
Oct 22, 2002 at 4:00 pm
Oct 23, 2002 at 7:58 pm -
I wrote a php script for a page that I hosted on a separate host and it worked perfectly. I recently installed php 4 onto my windows XP Pro build 2600 computer and it seems to work until I try to use ...
Anyang
Oct 2, 2002 at 1:38 am
Oct 8, 2002 at 4:22 am -
Hey folks. I am attempting to run PHP code with <script language="php" and it doesn't work. Any ideas as to why and how I can fix that? Also what is the best way to run a snippet of PHP code in an ...
Jason Porembski
Oct 26, 2002 at 3:31 am
Oct 29, 2002 at 7:22 am -
Hello all! as writen in the topic... it cant load the php_mssql.dll and i have no clue left what i did wrong its PHP 4.2.3 with IIS on NT5 Thanks in advance! Alex
Alex
Oct 15, 2002 at 12:22 pm
Oct 16, 2002 at 8:32 pm -
Hi people I have a guestbook, and i need to convert the date and time from the database into a normal readable date.. Like Sunday, 6 october 2002 13:30:00. I thought i could use the date() function ...
Davy Obdam
Oct 6, 2002 at 11:38 am
Oct 7, 2002 at 12:53 pm -
I've changed form php 4.2.1 to 4.2.3 and when i try to run Apache i get an error when loading php4apache2.dll but everything seems correct when using the old file php4apache.dll from php 4.2.1... is ...
Miguel A. Charneco
Oct 5, 2002 at 3:25 pm
Oct 7, 2002 at 12:43 pm -
Ok! I am really in the dark here. I have tried several different things and none of them have worked. I want to create a test bulletin board on my personal box. Once this is completed, I am going to ...
Douglas F. Keim
Oct 4, 2002 at 12:55 pm
Oct 6, 2002 at 6:22 am -
7
PHP_SELF
Hi Have a problem. Need to pass a multiple array through a form using a PHP_SELF. I pass it whith a hidden variabel but i get an error warning. "Warning: Supplied argument is not a valid MySQL result ...Rodrigo San Martin
Oct 12, 2002 at 10:32 pm
Oct 14, 2002 at 11:45 am -
I presently generate pdf files as required... I use FPDF for writing PDF... I require to save these to file... is it a simple case of: where the script: generate_stats_view_table_pdf.php generates ...
Brian McGarvie
Oct 25, 2002 at 2:56 pm
Nov 19, 2002 at 5:14 pm -
hello, at my company we have several network printers and i was was wondering if it's possible to print directly to them using PHP, instead of showing on the screen or both ... to gain more control ...
José Moreira
Oct 23, 2002 at 2:05 pm
Oct 25, 2002 at 1:13 pm -
this is a follow-up question to my question about passing a variable through a link ie, echo "<a href='passtest.php?i={$i}' Press to continue</a "; how would i go about passing more than one ...
Db
Oct 10, 2002 at 1:43 am
Oct 11, 2002 at 11:39 pm -
I have this query that I performing on the database. Unfortunately, it is returning all the same information for all rows. The table has three rows of data in it Tbl_ID Tbl_Name Tbl_Age 1 Horse 21 2 ...
Douglas F. Keim
Oct 9, 2002 at 2:24 pm
Oct 11, 2002 at 1:40 pm -
this works on a windows XP machine i have but when i put it on a w2kserver it doesn't work? <html <body <? @ $db = mysql_pconnect("localhost", "", ""); mysql_select_db("database_name"); $query = ...
Tim Blackwell
Oct 9, 2002 at 7:24 pm
Oct 11, 2002 at 1:00 pm -
i've seen a lot of posts about this, but none helped. i've broken the script down to its simplest components and still no luck. <?php IF(!isset($_get['i'])) { $i = 1; } echo $i."<BR "; $i++; echo "<a ...
Db
Oct 9, 2002 at 1:41 pm
Oct 9, 2002 at 3:12 pm -
Hi people,. I have a guestbook admin page were i would like to delete one item or more items from the database if necessary. I have modified my normal guestbookpage so that it has checkboxes in front ...
Davy Obdam
Oct 7, 2002 at 8:06 pm
Oct 8, 2002 at 3:40 pm -
this is probably the wrong place to ask but does anyone know of any progress on PHP and Apache2 for windows? -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GMC@ d- s a-- C++++ !U P L+ ?E W++ N ?o K ...
Erythros
Oct 25, 2002 at 3:57 pm
Nov 11, 2002 at 12:12 pm -
Yahoo and a couple other companies use boxes to help block spam. before posting an ad on their classifieds, you see a box with word in it.. it's a graphic. and you have to type the letters or words ...
Blue Presley
Oct 25, 2002 at 12:24 am
Oct 28, 2002 at 5:30 pm -
Hello all, PHP 4.2.3, NT4, IIS4 I finally have a practical application to use COM and I'm trying to port some ASP scripting. I'm getting an error (Warning: Invoke() failed: Exception occurred. ...
Asendorf, John
Oct 24, 2002 at 1:46 pm
Oct 25, 2002 at 1:06 pm -
...which isn't that difficult cuz i'm a dunce, but anwyay.... i'm trying to upload multiple files at once using the example in the php doc's. i want to be able to upload up to 20 files at once, but ...
Db
Oct 23, 2002 at 12:25 am
Oct 23, 2002 at 6:14 pm -
Not too sure if I am in the right place, but here goes... I am working on writing my own module and so far seem to be doing OK, but I have one quick question. In the Memory Management section of the ...
Mikey
Oct 16, 2002 at 11:58 pm
Oct 18, 2002 at 7:04 pm -
Hi People,. I have a problem with HTTP-Authentication, i have 2 users in my database, and i want both to be able to login. However it works, but only the first user is able to login. I Use a MySQL ...
Davy Obdam
Oct 15, 2002 at 7:13 pm
Oct 18, 2002 at 12:36 pm -
Hi NG, can someone tell me how i make a database connection from php (under windows) to an access datbase WITHOUT a DNS entry ? i've searched alot and i only find a dns way ! thx !
Dennis Philpot
Oct 14, 2002 at 10:24 am
Oct 15, 2002 at 7:57 am -
ok now i know i ve actually lost it all i cant upload files now this file waz workin fine till i turned register globalz off n now im gettin this error Warning: Unable to open 'Array' for reading: No ...
Toby z
Oct 10, 2002 at 10:14 am
Oct 10, 2002 at 3:08 pm -
I have done a little searching and haven't really had a good solid answer for my question. I mainly use ASP for development (and will continue to), but I wanted to dabble in a little PHP for my own ...
JGreening
Oct 6, 2002 at 10:20 pm
Oct 7, 2002 at 1:57 pm -
Hi people,.. I have a table wich is created with php and ofcourse the data comes from a database. To make it more readable i would like to alternate the color of each table row. For instance 1st ...
Davy Obdam
Oct 3, 2002 at 11:48 pm
Oct 4, 2002 at 7:22 pm -
I there a way to have the .php page pickup the url that was typed in e.g. usertype= www.mydomain.com/wRongurl $_SERVER[FILE_NOT_FOUND] = www.domain.com/wRongurl echo "The lost page was: ...
DaMouse
Oct 29, 2002 at 10:13 pm
Nov 4, 2002 at 6:21 am -
hi, I m a newbie programmer, may b solve to this prob. is a cheap thing, but i cant get solution of it. i have two variables $RegisterDate, and $ExpireDate what I want to do is the the $RegisterDate ...
Raheel Hussain
Oct 30, 2002 at 11:04 am
Oct 31, 2002 at 1:59 pm -
We recently switched from Netscape Enterprise to IIS and I now need to make a lot of changes to over 600 htmls - mostly in include statements. We're doing two things here, switching servers and ...
Roderick Martin
Oct 23, 2002 at 2:41 pm
Oct 24, 2002 at 6:20 pm -
I am trying to connect to an ODBC database that is not Access nor MSSQL. I have the ODBC entry done and have tested the connections within the ODBC manager. I noticed that a connection within PHP ...
Douglas F. Keim
Oct 8, 2002 at 3:35 pm
Oct 9, 2002 at 8:07 am -
I have version 4.2.3 of PHP installed on a Windows server. I am new to PHP. I did find the function array odbc_fetch_array ( resource result [, int rownumber]) in the documentation, but it doesn't ...
Pascal S.
Oct 3, 2002 at 5:10 pm
Oct 8, 2002 at 5:17 pm -
i have a problem in php.ini setting about smtp [mail function] SMTP = mail.netvigator.com ;for win32 only sendmail_from = konchim@netvigator.com ;for win32 only ;sendmail_path = it have ...
Konchim
Oct 1, 2002 at 1:17 pm
Oct 1, 2002 at 6:31 pm -
Hello, I just noticed something very concerning and hope someone has some answers... I'm running php 4.2.3 under W2k IIS as a .dll. I have a directory set up with no anonymous access to it and ...
Jack Kelly Dobson
Oct 28, 2002 at 7:01 pm
Oct 28, 2002 at 11:17 pm -
i want to update a field and add an array, this is what i have so far, however it doesnt work, can anyone help? update user_table set categories in ('5','6') where userid='1' James
James Meers
Oct 25, 2002 at 11:39 am
Oct 25, 2002 at 12:43 pm -
Hey, I just installed apache and php on my desktop and everything was working great. I went to go make a form and I am getting these errors everytime I try to access one of the variables in the form ...
Richard West
Oct 25, 2002 at 1:59 am
Oct 25, 2002 at 8:30 am -
Hi NG. I was wondering how I can make it possible to pick certain files on the server. EXAMPLE: When inserting pictures by selecting them through <form bla bla <input type=file </form I browse my own ...
Aidal
Oct 22, 2002 at 1:07 pm
Oct 24, 2002 at 9:26 pm -
3
Question
Thanks for the help with my previopus query, i havea new question now! How can i do an IF statement with multiple values? e.g.: if (isset($id)) { if (isset($email)) { blah } else {} }else {} can i ...James Meers
Oct 22, 2002 at 2:57 pm
Oct 22, 2002 at 3:17 pm -
i know this question has been asked before, but my slant is a little different. i'd like to be able to upload multiple files (pictures, actually) by highlighting/selecting a bunch of files in a ...
Db
Oct 20, 2002 at 7:54 pm
Oct 21, 2002 at 3:54 pm -
I have a specific problem ;) I have been asked if it is possible to write a 'simple' application that will print onto Bank Cheques - they will be supplied on a continuous roll aparently, so it'll be ...
Brian McGarvie
Oct 16, 2002 at 2:47 pm
Oct 18, 2002 at 1:09 pm -
hi. I want to acces (read) the registry on my web server. I use win2k. I try with COM... but doesn't work... Somebody know if it is possible? thanks! Franky franky@boucheros.com
Franky
Oct 14, 2002 at 4:39 pm
Oct 15, 2002 at 4:37 pm -
Hi people, Maybe a bit off-topic, but i thought lets ask anyway. I have a guestbook admin page were i can delete multiple items from the database using checkboxes. So when i click on the Submit ...
Davy Obdam
Oct 9, 2002 at 2:38 pm
Oct 9, 2002 at 3:00 pm -
hey, i just started to get into the mail() function with php4 could anyone tell me the best mail program to use under windows 98 as i would like to test my scripts on my local box before i make them ...
Dean Hayes
Oct 4, 2002 at 11:16 pm
Oct 8, 2002 at 6:30 pm -
I installed PHP and MySQL. Tested PHP and started the MySQL server with the standard databases, mysql and test. Server is going on the database with the little stop signal green in the tray. I ...
Douglas F. Keim
Oct 5, 2002 at 10:30 am
Oct 7, 2002 at 12:35 pm -
Hi, I'm getting the message : PHP has encountered an Access Violation at 012929AE Does anyone know what this could be? Is this a known issue? Previously i as running php 3.0.15 as CGI and never had ...
Carlos Andre Marques Moreira
Oct 21, 2002 at 2:06 pm
Nov 7, 2002 at 1:52 am -
I installed php, mysql and phpbb on my web site. The bbs is great and a wonderful way to communicate with clients and family. However, there is an area on my web that I have password protected ...
Douglas F. Keim
Oct 25, 2002 at 11:54 am
Nov 3, 2002 at 3:39 am -
hi i'm running apache 2.0.43 and php4.2.3 on win2k. what i need to do in my php script is to start some windows executable. but as it's taking quite a bit until it terminates i want php to continue ...
Patrick
Oct 30, 2002 at 10:34 pm
Oct 31, 2002 at 6:15 pm -
i have php4 up and running, but whenever i POST an html form to a php page i always get a 404 error message, even though the php page is present. Can anyone help?
Richard
Oct 30, 2002 at 2:31 pm
Oct 31, 2002 at 1:00 pm -
HI not sure if anyone can help on this but am learning the basics of PHP with Apache .. am getting errors and pinpointed to this line: mail($to, $subject, $msg, $mailheaders); I've looked at Apache ...
Dorothy Vankoughnett
Oct 29, 2002 at 3:23 am
Oct 29, 2002 at 8:45 am -
Hi (Win2000, PHP 4.0.6 IIS) $filename="streets.dat"; if (file_exists($filename)) { Read From File; Print To Html; } else { $f=fopen($filename,"w"); read from database to file; Print To Html; ...
Radovan Radic
Oct 28, 2002 at 2:24 pm
Oct 28, 2002 at 3:14 pm -
Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as ...
Bryan Luisana
Oct 24, 2002 at 11:50 pm
Oct 26, 2002 at 1:42 am
Group Overview
group | php-windows |
categories | php |
discussions | 208 |
posts | 557 |
users | 193 |
website | php.net |
193 users for October 2002
Archives
- May 2016 (2)
- April 2016 (1)
- March 2016 (2)
- February 2016 (7)
- January 2016 (9)
- December 2015 (5)
- November 2015 (4)
- September 2015 (3)
- February 2015 (12)
- January 2015 (1)
- November 2014 (3)
- October 2014 (7)
- September 2014 (2)
- August 2014 (10)
- July 2014 (9)
- June 2014 (6)
- May 2014 (5)
- April 2014 (1)
- March 2014 (4)
- February 2014 (5)
- January 2014 (27)
- December 2013 (47)
- October 2013 (9)
- September 2013 (20)
- August 2013 (76)
- July 2013 (65)
- June 2013 (12)
- May 2013 (5)
- April 2013 (17)
- March 2013 (1)
- January 2013 (4)
- December 2012 (8)
- November 2012 (7)
- October 2012 (10)
- September 2012 (10)
- August 2012 (9)
- July 2012 (14)
- June 2012 (26)
- May 2012 (44)
- April 2012 (32)
- March 2012 (32)
- February 2012 (20)
- January 2012 (8)
- December 2011 (14)
- November 2011 (24)
- October 2011 (26)
- September 2011 (3)
- August 2011 (13)
- July 2011 (6)
- June 2011 (35)
- May 2011 (24)
- April 2011 (42)
- March 2011 (60)
- February 2011 (25)
- January 2011 (30)
- December 2010 (23)
- November 2010 (33)
- October 2010 (58)
- September 2010 (28)
- August 2010 (45)
- July 2010 (69)
- June 2010 (64)
- May 2010 (72)
- April 2010 (106)
- March 2010 (16)
- February 2010 (107)
- January 2010 (41)
- December 2009 (62)
- November 2009 (50)
- October 2009 (52)
- September 2009 (62)
- August 2009 (74)
- July 2009 (68)
- June 2009 (51)
- May 2009 (65)
- April 2009 (74)
- March 2009 (43)
- February 2009 (61)
- January 2009 (16)
- December 2008 (35)
- November 2008 (13)
- October 2008 (29)
- September 2008 (29)
- August 2008 (10)
- July 2008 (16)
- June 2008 (73)
- May 2008 (38)
- April 2008 (29)
- March 2008 (31)
- February 2008 (49)
- January 2008 (107)
- December 2007 (52)
- November 2007 (17)
- October 2007 (76)
- September 2007 (93)
- August 2007 (123)
- July 2007 (129)
- June 2007 (135)
- May 2007 (236)
- April 2007 (185)
- March 2007 (83)
- February 2007 (98)
- January 2007 (92)
- December 2006 (44)
- November 2006 (29)
- October 2006 (63)
- September 2006 (78)
- August 2006 (31)
- July 2006 (36)
- June 2006 (113)
- May 2006 (69)
- April 2006 (63)
- March 2006 (82)
- February 2006 (56)
- January 2006 (72)
- December 2005 (42)
- November 2005 (103)
- October 2005 (67)
- September 2005 (92)
- August 2005 (39)
- July 2005 (80)
- June 2005 (108)
- May 2005 (118)
- April 2005 (146)
- March 2005 (112)
- February 2005 (191)
- January 2005 (291)
- December 2004 (108)
- November 2004 (240)
- October 2004 (181)
- September 2004 (197)
- August 2004 (153)
- July 2004 (236)
- June 2004 (193)
- May 2004 (290)
- April 2004 (277)
- March 2004 (309)
- February 2004 (332)
- January 2004 (244)
- December 2003 (199)
- November 2003 (301)
- October 2003 (313)
- September 2003 (341)
- August 2003 (332)
- July 2003 (325)
- June 2003 (485)
- May 2003 (413)
- April 2003 (517)
- March 2003 (431)
- February 2003 (508)
- January 2003 (672)
- December 2002 (382)
- November 2002 (582)
- October 2002 (557)
- September 2002 (460)
- August 2002 (569)
- July 2002 (575)
- June 2002 (439)
- May 2002 (602)
- April 2002 (578)
- March 2002 (498)
- February 2002 (601)
- January 2002 (517)
- December 2001 (561)
- November 2001 (543)
- October 2001 (511)
- September 2001 (465)
- August 2001 (556)
- July 2001 (483)
- June 2001 (190)
- May 2001 (755)
- April 2001 (756)
- March 2001 (646)
- February 2001 (469)
- January 2001 (570)
- December 2000 (515)
- November 2000 (605)
- October 2000 (741)
- September 2000 (505)
- August 2000 (918)
- July 2000 (649)
- June 2000 (623)
- May 2000 (159)