Re: [PHP-WIN] Upload Files!

2008-04-17 Thread Jeremy O'Connor
Databses. I am >> trying to create a way for members to upload files and associate them >> with there user profile. What data type must I use. Thanks for your help >> in advance. Also the datatype can be BLOB, MEDIUMBLOB or LONGBLOB. Jeremy O'Connor -- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php win2003 - No input file specified.

2007-04-30 Thread Jeremy O'Connor
You can't expect to leave out part of the URL (.com) and expect it to work. You have to specify the entire URL as: myproject.com/subproject (with the .com) or else http://localhost/subproject if you are opening the browser on the server. -- Jeremy "Simeon Goranov" <[EMAIL PR

[PHP-WIN] phpEditIni has moved

2006-05-11 Thread Jeremy C O'Connor
The new browser based editor of PHP.INI files, phpEditIni, has moved to a new site: http://phpeditini.net Download it today! -- info at phpeditini dot net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Latest version of phpEditIni available now

2006-05-10 Thread Jeremy C O'Connor
The latest version of phpEditIni is now available for download at http://mysite.mweb.co.za/residents/net07350/ This latest release fixes a bug that prevented it working on Windows 2000. I guess it would also apply to Windows XP (and possibly Windows NT 4.0). -- net07350 -- PHP Windows Mailing Li

[PHP-WIN] Latest version of phpEditIni

2006-05-10 Thread Jeremy C O'Connor
The latest version of phpEditIni is now available for download at http://mysite.mweb.co.za/residents/net07350/ This latest release fixes a bug that prevented it working on Windows 2000. I guess it would also apply to Windows XP (and possibly Windows NT 4.0). -- net07350 -- PHP Windows Mailing Li

[PHP-WIN] Announce: New browser based editor of the PHP.INI file.

2006-05-08 Thread Jeremy C O'Connor
Hi This is an announcement of a new browser based editor for the C:\WINDOWS\PHP.INI file. It lets you uncomment or comment lines by clicking a checkbox, and alter the values of configuration settings. You can also insert, edit and delete lines. It is in the Beta stage of release, so please let me

[PHP-WIN] Re: Timed redirection

2005-01-31 Thread Jeremy Schreckhise
Try: sleep(3); $myurl = "http://jsfree.com";; print("window.location = '$myurl'; "); Works for me, Jeremy Schreckhise "Jim MacDiarmid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a way to programmatically

[PHP-WIN] Re: Date Help Needed

2005-01-31 Thread Jeremy Schreckhise
You could also do: $daystosubtract = 3; $mydate = (date("m/d/y",mktime(0,0,0,date("m"),date("d")-$daystosubtract,date("Y"; Jeremy Schreckhise "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ron H

Re: [PHP-WIN] unset Not working as expected

2005-01-24 Thread Jeremy Schreckhise
local variable and a SESSION variable named the same? Jeremy Schreckhise <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > try, session_unset('session_var_name'), > > Tryst > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] unset Not working as expected

2005-01-24 Thread Jeremy Schreckhise
SESSION data. This works great except when I try to unset the SESSION variables their contents remain. So if my user refreshes or navigates to the page at a latter time with the same session id the form pre-populates, which is undesirable. Here is the Code. Thanks for any help. Jeremy Schreckhise

RE: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Jeremy Whitlock
I use Maguma too and the free version is great. It's FTP capabilities is easy to use and powerful. Laters, Jeremy -Original Message- From: malte [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] free windows editor

RE: [PHP-WIN] open source php cms

2003-07-17 Thread Jeremy Whitlock
Dan, XOOPS at http://www.xoops.org is what I use and you can see a working example, with a few modifications, right here: http://www.developerkb.com If you need any help, let me know. Later, Jeremy -Original Message- From: Croskerry, Dan [mailto:[EMAIL PROTECTED] Sent

[PHP-WIN] Problems with Double Quotes and highlight_string

2003-06-25 Thread Jeremy Whitlock
there are no double quotes in the form post but if there are double quotes in the post, I get improper markup of the PHP code being posted in the forum post. Can someone help me out? Thanks, Jeremy Whitlock --- MCP/MCSA IT Manager for Star Precision, Inc. Phone: (970) 535-4795 Metro: (303) 92

[PHP-WIN] Re: Cannot access HTTP_POST_VARS without explicitly stating

2003-06-12 Thread Jeremy
_globals in php.ini should be set to On in order for that to work... > "Jeremy" <[EMAIL PROTECTED]> skrev i meddelandet > news:[EMAIL PROTECTED] > > I am having an issue with my server. I'm relatively new to PHP, so I've > > been looking over a lot of

[PHP-WIN] Cannot access HTTP_POST_VARS without explicitly stating

2003-06-12 Thread Jeremy
I am having an issue with my server. I'm relatively new to PHP, so I've been looking over a lot of tutorials and articles lately. One common theme (and the reason I'm using PHP) is forms. The code typically uses an echo to pull the variabl from the HTTP_POST_VARS without explicitly stating it.

[PHP-WIN] Get value of tag

2003-06-03 Thread Jeremy Whitlock
PHP-List, I'm working on a module and I need to be able to get the value of: [code=vb] where the results would be "vb". Can someone help? Thanks, Jeremy Whitlock --- MCP/MCSA IT Manager for Star Precision, Inc. Phone: (970) 535-4795 Metro: (303) 926-0559

[PHP-WIN] File Upload Help Needed

2003-02-25 Thread Jeremy Whitlock
PHP List, I'm new to PHP and I'd like to create a File Upload Page for my users. Can someone point me in the right direction about how to get started or offer a script to learn from? Thanks, Jeremy Whitlock --- MCP/MCSA IT Manager for Star Precision, Inc. Phone: (970

[PHP-WIN] RE: w2k + sp3 + php 4.2.3

2002-11-18 Thread Jeremy Wilson
Check your config settings for php within IIS. The sp3 might have overwritten them? Also, verify that your php.ini file is in your windows directory. -Original Message- From: mst [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 4:09 AM To: [EMAIL PROTECTED] Subject: w2k + sp3 +

[PHP-WIN] Web Crawler

2002-11-18 Thread Jeremy Wilson
Does anyone know of a really good web crawler built in php using mysql for the database? I am looking to setup a php app that I can setup to crawl my own web site so I can have people search the site. I know there are plenty out there, but out of the ones I have tried, the results they return are

[PHP-WIN] Web Crawler

2002-11-18 Thread Jeremy Wilson
Does anyone know of a really good web crawler built in php using mysql for the database? I am looking to setup a php app that I can setup to crawl my own web site so I can have people search the site. I know there are plenty out there, but out of the ones I have tried, the results they return are

[PHP-WIN] New commercial software needs beta testers

2002-11-13 Thread Jeremy Wilson
Intravative Software Corporation will be releasing a new commercial software application in January 2003 called iIPN. The software enables paypal sellers to sell and automatically deliver digital and non-digital products from their web site. The software is currently the most robust out of any othe

[PHP-WIN] RE: Virtual Remote Directories and IIS

2002-08-27 Thread Jeremy Johnson
rillian.cc/ "Jeremy Johnson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've just installed PHP 4.2.2 as an ISAPI filter on IIS 5.0. > > PHP scripts local to the server are executing without complaint, however > when e

[PHP-WIN] Virtual Remote Directories and IIS

2002-08-26 Thread Jeremy Johnson
I've just installed PHP 4.2.2 as an ISAPI filter on IIS 5.0. PHP scripts local to the server are executing without complaint, however when executed from a virtual remote directory my PHP test script () always returns the following error: Warning: Failed opening '(network path of vrd)\test.php' f

[PHP-WIN] testing needed

2002-08-03 Thread Jeremy Wilson
at http://www.intravative.com/demos/SRLEDemo.zip Jeremy Wilson Chief Technology Officer Fax: 1-818-505-0198 Phone: 1-818-623-9850 [EMAIL PROTECTED] www.intravative.com MSN Messenger: shaka0070

[PHP-WIN] Re: Login and select Query in Mysql

2001-12-27 Thread Jeremy Reed
e. authenticateUser($cookie_user,$cookie_passwd); Hope this helps. Best regards, Jeremy Reed "Jack" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear all > I want to provide a login page to the user when they want to visit my &g

[PHP-WIN] Re: MSSQL DB Connect

2001-12-21 Thread Jeremy Reed
What was the error message you received? Also, when passing the variables to the mssql_connect() function, you need not use quotes since you've already initialized them to the strings. Pass them as follows: $connection = mssql_connect($a,$b,$c). Also, you aren't passing the actual sql string t

[PHP-WIN] Re: access remote files

2001-07-09 Thread Jeremy Bettis
UNC paths were broken, but they work in the current CVS build. I don't know if the fix was in 4.0.6 or not. -- Jeremy Bettis [EMAIL PROTECTED] "Nicolas Toniazzi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does someone kn

[PHP-WIN] Re: drop down menu

2001-07-06 Thread Jeremy Bettis
Here is an example using Pear::DB syntax: getAll("select keyfield, descfield from table", DB_FETCHMODE_ASSOC); echo "\n"; foreach ($data as $row) { echo "", $row["descfield"], "\n"; } echo "\n"; ?> -- Jere

[PHP-WIN] Can register_globals be made dynamic?

2001-04-22 Thread Jeremy Ricketts
Hi group: I am trying to write a project which uses $HTTP_SESSION_VARS but also need the other $HTTP_*_VARS on other parts or the site. Is it possible to set register_globals to off in php.ini and force it on for specific pages or vica versa? I do not need them to work together on any pages, just

[PHP-WIN] Map_array not available

2001-04-09 Thread Jeremy Adams
I'm trying to use the map_array function, but I'm getting a "Call to undefined function: map_array()". It seems like it's not available in the Win32 distribution. Is there a way to activate it? -Jeremy Adams -- PHP Windows Mailing List (http://www.php.net/) To un

[PHP-WIN] Do I need the API?

2001-02-12 Thread Jeremy Sharp
Hello. I have been asked to provide php support for all the websites on my IIS5 server, but I am not entirely sure what benefits the bigger 3.6meg API install will bring me over the smaller CGI install. Do I need it? Should I use it?! Any comments much appreciated! Thanks Jeremy