[PHP] Online Membership Script

2001-08-29 Thread monfort
Hello all, I'm working on an online membership system, for a pay-per-view website. I'm looking for a user authentication system that does the following: -implements 'members only' pages -process membership registration (backed by mysql) -online credit card processing(using authorize.net)

[PHP] Testing: Igonore This Message

2001-12-31 Thread John Monfort
Test Cannot submit to list. Test -- 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] TEST---Please Ignore

2001-12-31 Thread John Monfort
=Testing= Having trouble sending mail... =Testing= Please ignore. -- 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] Regular Expression

2001-12-31 Thread John Monfort
Hello everyone! I'm trying to get the text inside the BODY tag, using regular expression. $area = eregi('(body)(.*))',$str); Where $str is the string containing body bgcolor=#99 tex=#... ... When I print $area, the string contains the entire content of $str. I get something like: body

[PHP] Regular Expression Help

2001-12-31 Thread John Monfort
Hello everyone, I'm using regular expression to extract all text within the body tag. With a BODY tag like body bgcolor= ... text= \\only interested in this line. I use eregi(( body ) (.*) (\) ,$str,$out); \\spaces included, here, for easy reading. echo $out[0]; However, this prints

[PHP] Test

2001-12-31 Thread John Monfort
Test: cannot send mail, but can read. Please ignore. -- 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]

Re: [PHP] Update onBlur or onChange

2001-10-22 Thread John Monfort
Try this: *** 'varname' is equivalent to input name='varname' type=text value='var_value'*** //adding var total; //html input name=varname1 type=text value=5 onChange=javascript: total=total+form.varname1.value //once the content of varname1 is changed, the value will be added to

[PHP] Standalone PHP Application

2001-11-17 Thread John Monfort
Hello Everyone ! I'm looking for information on using PHP for standalone applications. Specifically, I need to create a PHP-based application that can be runned from a CD-ROM. Have any of you done this? Any suggestions? On another note: I need to develop a CD-ROM based Survey, where

Re: [PHP] Standalone PHP Application

2001-11-18 Thread John Monfort
I just got it. So far, it doesn't look like it lets convert your code to a .exe code. My client's scoring logic is proprietary and I need to protect the code. __John Monfort_ _+---+_ P E P I E D E S I G N S

Re: [PHP] How to create and run background process at Win2K

2001-11-18 Thread John Monfort
You can run the application as a SERVICE. Would that do the trick? __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Mon, 19

Re: [PHP] Standalone PHP Application

2001-11-19 Thread John Monfort
It seems like that project vanished...none of the urls worked. Thanks for the help! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready?

Re: [PHP] Web developer

2001-11-19 Thread John Monfort
Where are you located? __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Mon, 19 Nov 2001, Peter Marrocco wrote: I am

RE: [PHP] Re: A tricky one?

2001-11-20 Thread John Monfort
Try This approach: $msg = I want to order: br; if(!empty($pizza)) { $msg .= $pizza.Pizzabr; } if(!empty($chips)) { $msg .= $chips.Chips br; } if(!empth($hamburgers)) { $msg .= $hamburgers. Hamburgersbr; } //Note: PHP has a one-line if statement, which slips my mind

Re: [PHP] Flash programming

2001-11-21 Thread John Monfort
I've seen several sites that did the opposite--use PHP in Flash. Try a search for 'php and flash'. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready?

[PHP] Missing PHP.ini

2001-11-22 Thread John Monfort
Hello everyone! I upgraded my system from win98 to win2k, a few weeks ago. Now, I can't seem to locate my php.ini file. I've looked in C:\ C:\windows C:\windows\system (and system32) to no success. Is anyone aware of what may have happened? I was under the impression that PHP

RE: [PHP] Missing PHP.ini

2001-11-22 Thread John Monfort
, Joseph Blythe wrote: John, Look in the original distribution files for php.ini-dist (or php.ini-optimized) and copy it to c:\windows\php.ini As far as I know php can run without a php.ini I beleive it has builtin defaults. Regards, Joseph -Original Message- From: John Monfort

Re: [PHP] Re: Printing Reports

2001-11-27 Thread John Monfort
If all you want to do is print, then a simple JavaScript code should do the trick. example: //use php to send the report to a new browser //in this case, report.php has the code to generate the reports. a href=report.php?option=xy target=newXY Report/a //in the new window (or at

RE: [PHP] Printing Reports

2001-11-27 Thread John Monfort
Grimes, I do this a lot. If you want to use just the browser and server abilities without introducing the complexities of PDF/XML/XSLT and such, it is not too hard. I have done PDF, Standard Text and HTML to the browser and I have printed directly to a printer from the server using PHP.

[PHP] PHP Memory Error

2001-11-29 Thread John Monfort
Hey all, Need some help. Two questions: 1) =Environment= PHP 4.0.5 Win2k Apache 1.3.20 MySQL ..3.24 === I created a login page which uses MySQL to verify the username and password. When I run the script (submit the html form), PHP returns this error: The instruction at

Re: [PHP] Re: PHP Memory Error

2001-11-29 Thread John Monfort
, are you ready? -+___+- On Thu, 29 Nov 2001, lallous wrote: John, Question 1, are you using PHP as ISAPI or CGI? John Monfort [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hey all, Need some help. Two question

[PHP] Mercantec Payment Module

2001-12-02 Thread John Monfort
Has anyone here worked with the Mercantec Merchant Account? If so, do you have (or know where I can get) a payment module? Or, information on how I can process cards myself? I'm looking for something like AuthorizeNet offers. Please help. -john __John Monfort_

[PHP] Minimum Apache CD-ROM root

2001-12-03 Thread John Monfort
Hello all, I'm writing a PHP application that will run on a cd-rom. I have two questions: 1) Apache Server I wanted to add the apache server on the disk. What are the minimum files that I need, for apache to run? i.e. apache.exe httpd.conf etc. 2) Configuration File

[PHP] PHP and MySQL Insert ID

2001-08-01 Thread John Monfort
Hello everyone ! Question: I'm building an online membership registration system, for a 'membership section' of a website. As it stands, I have a registration form that insert the data into MySQL, then generate a confirmation page--with member ID number, username, and password. I

Re: [PHP] PHP and MySQL Insert ID

2001-08-01 Thread John Monfort
Many thanks, Daniel! I trully appreciate it. -john __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Wed, 1 Aug 2001,

Re: [PHP] Adopt A Newbie (ME)

2001-08-02 Thread John Monfort
...And if all else fails, try www.webmonkey.com, devshed.com or search for 'mysql tutorials' on google.com. If you need a desktop reference, then I recommend the following books: 'MySQL and mSQL' -- by O'Reilly 'PHP Professionals'--published by WROX. __John

Re: [PHP] Spot the difference?

2001-08-02 Thread John Monfort
...ASP has gotta have something good about it cause microsoft uses it! Hmm...you can get in sooo much trouble with that statement. Microsoft, in any language, is not a synonym for 'quality'. Innovative? maybe. Quality? no. That statement should be your first reason why PHP is better. :-)

[PHP] PHP MyAdmin Error---weird

2001-08-03 Thread John Monfort
Hello everyone, Need some help. I installed phpMyAdmin on this new server and cannot get it to work. I've installed this tool many times, so i'm pretty comfortable with the installation process. However, I've never ran into the errors I am getting today. The server is Apache+PHP 4.0.6

RE: [PHP] most recent 5 rows

2001-08-04 Thread John Monfort
Or, you could do two steps 1) retrieve the last inserted ID, with mysql_last_inserted_ID (or something like that). 2) then, all records with id(s) greater then the_last_id_number minus five. something like $most_recent = select mysql_last_id(); select * from TABLE where id

Re: [PHP] phpAds advice needed

2001-08-06 Thread John Monfort
Are you trying to add additional fields to the table, or just basic banner info? For the latter, you should be able to add everything from the admin page. PHPAds will redirect you to the admin, or client, section based on your username. When you create an account, you'll have the option to

Re: [PHP] ASSISTANCE NEEDED

2001-08-06 Thread John Monfort
Hahahaha !! I've received s many of these e-mails... __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On 6 Aug 2001,

[PHP] PHP+ Curl (on Unix)

2001-09-02 Thread John Monfort
Hello everyone! I'm a little lost. As I understand it, PHP 4 has CURL support. 1) is enabling the curl extension a substitute for installing the curl package? In other words, if I enable the extension, do I still need to instal the CURL package? 2) Can I install curl

RE: [PHP] PHP+ Curl (on Unix)

2001-09-02 Thread John Monfort
Thanks, Jason! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Mon, 3 Sep 2001, Jason Murray wrote: As I understand

Re: [PHP] newbie : how to access functions in seperate files???

2001-09-02 Thread John Monfort
A few things to consider: 1) double check the include path. 2) if you're not the appropriate file is being included, then user REQUIRE, as that will stop the program. 3) Variable Scope Your function variables may be out of scope. Double check them, or make them global. 4) If

Re: [PHP] I dont see whats wrong!

2001-09-03 Thread John Monfort
Try removing the last period(.) after $quote. Also, try this method: $nl = \r\n; $message = $alias$nl$name$email$...so on and so forth. Come to think of it, I think PHP has a constant for \r\. I think its NL or something like that, I can't remember. Look in the manual pages for some

Re: [PHP] UD4 PhAkt Users?

2001-09-07 Thread John Monfort
PHAKT will reduce your development time, but you'll still need to customize the code. That is, unless your doing something relatively simple. You're best bet is to learn the code. That's invaluable. -john __John Monfort_ _+---+_

[PHP] OT--Adding Commands to SGI IRIX 6.5

2001-05-09 Thread John Monfort
Hello everyone, This is is a little off topic. I was configuring MySQL on IRIX, when I realize that the system does not have the commands to add users. GROUPADD and USERADD So, I was wondering if someone could help me with the following: The installation guides ask me to run

[PHP] PHP + IRIX + Netscape Enterprise

2001-05-09 Thread John Monfort
I'm looking for a good reference to installing PHP 4 on a IRIX+NS Enterprise system. Please help. Thanks in advance. -John -- 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

RE: [PHP] Shopping with variables

2001-05-16 Thread John Monfort
That will work, assuming the user is not allowed to purchase multiple items... -John On Wed, 16 May 2001, Ralph Guzman wrote: Might want to reconsider the way you are doing this, since this may not be the most efficient way. An alternative might be to do this as follows: In your web

Re: [PHP] I have a problem with phpMySqlAdmin

2001-05-16 Thread John Monfort
Is your MySQl server on? What platform are you on? Also, make sure your username, password, and database name, are correct. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are

Re: [PHP] parsing variables

2001-05-17 Thread John Monfort
Sending variables in url: newpage.php?variable1=valuevariable2=value2variable3=value __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready?

Re: [PHP] parsing variables

2001-05-17 Thread John Monfort
*oops!* Sorry about the double ampersands... newpage.php?variable1=value1variable2=value2... __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready?

Re: [PHP] MYSQL Password

2001-05-17 Thread John Monfort
Can you connect to MySQL manually? If so, then you should be able to connect with PHP's mysql_connect($username,$password,$host); __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is

Re: [PHP] Problem with talnet

2001-05-18 Thread John Monfort
Try SSH (Secure Shell) __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Fri, 18 May 2001, khuram latif wrote: Hi

Re: [PHP] Reports in web browser

2001-05-20 Thread John Monfort
I believe there is a window.print() JavaScript code, that lets you print a document. I've never used it, so I'm not sure. a href=# onClick=window.print();Print Document /a //or something like that... good luck !! __John Monfort_

Re: [PHP] Web Host

2001-05-16 Thread John Monfort
We offer hosting with PHP,MySQL, and SMTP. www.pepiedesigns.com __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Wed, 16

RE: [PHP] PHP RUBY

2001-05-22 Thread John Monfort
really like it's language concept, but it is still soo immature. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Re: [PHP] PHP AND SSI

2001-05-23 Thread John Monfort
You should be able to just print it. The code won't matter to php, but the browser will process it. ?php echo !--#include file='desk.htm' --; __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The

[PHP] Help !!

2001-05-23 Thread John Monfort
I'm trying to configure PHP on IRIx 6.5, with NS FastTrack. PHP works in the shell, but not thru the server. I checked the log file and noticed it (server) had a fatal error, because it could not find redirect_php.so . That file was not included in the distribution and is no where to be

RE: [PHP] HTTP_POST_VARS not picking up checkboxes that are unchecked

2001-06-19 Thread John Monfort
I had some issues with that recently. It turns out that PHP will not pick up the checkboxes, unless you use the GET method. You can then access your vars with HTTP_GET_VARS. This was discovered on WIN98+ PHP 4.03pl1 + Apache 1.3++ WIN ME + PHP 4.03pl1 + Apache 1.3++

[PHP] Printing Webpages--bypassing dialog box

2001-06-19 Thread John Monfort
Hello All, It's good to have this list up again. Thank you, to all involved. Question: Printing a webpage (from the browser) and bypassing the print dialog box. I have a portable survey (laptop) that let's the user print the results...via with windows.print(). By default,

Re: [PHP] (slightly OT) the bad and the good (hosting recommentations)

2001-06-30 Thread John Monfort
www.pepiedesigns.com PHP 4 Perl 5 MySQL ASP Apache Web Access Panel SSH and a whole lot more... __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready?

Re: [PHP] PHAkt for Macromedia Ultradev

2001-07-01 Thread John Monfort
I used it. It's a great tool. Did you have any specific question? __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+-

[PHP] My First Shopping Cart

2001-07-02 Thread John Monfort
Hello everyone, I need some guidance. After browsing through a few shopping carts, I've decided to write my own. I want to write one to satisfy the geek in me...just for the love of doing it. Plus, I want to add some additional features to it. Like, Wireless access, etc. Anyway, I'm

Re: [PHP] testing

2001-07-05 Thread John Monfort
My map says, 'I am here'! On Thu, 5 Jul 2001, McShen wrote: where are u guys? -- 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

[PHP] is_alpha_numeric ?

2001-07-06 Thread John Monfort
Hello everyone, I'm trying to determine if an argument is alphanumeric. Is there a function to do this? I thought PHP had a IS_ALPHA_NUMERIC function, but I can't seem to find it anywhere. Was it wishful thinking ? Please help. If you do know of this function, then please send me the

RE: [PHP] is_alpha_numeric ?

2001-07-07 Thread John Monfort
I tried that, but it didn't work. if (ctype_alnum($var)) { echo ok; }else { echo no; } I got an 'undefined function' error. php4.0.4pl1 Did I miss something ? -john __John Monfort_ _+---+_ P E P I

RE: [PHP] foreach loop

2001-07-07 Thread John Monfort
If we didn't have Microsoft, we'd have to blame ourselves for all of our programs crashing If we didn't have microsoft, 'Crashing Programs' wouldn't be part of our daily vocabulary :) __John Monfort_ _+---+_ P E P I E D E S I

RE: [PHP] Printable Report Generator

2001-07-13 Thread John Monfort
Ain't no such critter as a page break in html, but you can let the browser help out. True. But, there is one in XML. You can use XML to insert PRINTABLE page breaks in your documents. That is, you can specify where a page ends, and a new one begins, when the web doc is sent to the printer.

Re: [PHP] Credit card number checker?

2001-07-17 Thread John Monfort
What companies issue card numbers that are not 16 numbers? Are they non-US cards? I haven't ever seen a card that wasn't 16 numbers. A valid VISA card has between 13-16 digits. I believe AMERICAN EXPRESS only has 15 digits. -john __John Monfort_

Re: [PHP] PHP is cool by me.

2001-07-19 Thread John Monfort
Amen ! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Tue, 17 Jul 2001, Sterling Hanenkamp wrote: Just thought I'd send

Re: [PHP] a good PHP editor

2001-07-19 Thread John Monfort
Amen ! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Wed, 18 Jul 2001, Chris Lambert - WhiteCrown Networks wrote:

[PHP] OT--PHP, MySQL, WML and GPS Tracking

2001-07-25 Thread John Monfort
Hello everyone, This is slightly off topic, but I'm sure you guys are the best group to answer this. I have a client who needs a wireless website, that interacts with PHP and MySQL. In addition to that, the client wants to be able to track the geographical location, of the user--who

RE: [PHP] OT--PHP, MySQL, WML and GPS Tracking

2001-07-25 Thread John Monfort
. -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: July 26, 2001 7:22 AM To: [EMAIL PROTECTED] Subject: [PHP] OT--PHP, MySQL, WML and GPS Tracking Hello everyone, This is slightly off topic, but I'm sure you guys are the best group to answer this. I have

[PHP] Site Statistics, like the Counter.com

2001-07-27 Thread John Monfort
Hello everyone, I'm looking for a PHP/MySQL script that keeps traffic stats, similar to what the Counter.com script offers. Do you know where I can one that offer the following features? The ideal script would: -track user domain and IP -track page viewed -provide a graphical display

Re: [PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread John Monfort
got to www.hotscripts.com download anything you want. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Fri, 27 Jul 2001,

[PHP] ezmlm response (fwd)

2001-02-13 Thread John Monfort
Hello everyone, I've just joined this list, so I thought I'll introduce myself. I won't bore you with the long life story, so here's the quick summary: -Electrical + Computer Engineering student -web development for 6+ years (started out with the VI editor)

Re: [PHP] Line Break

2001-02-13 Thread John Monfort
try \r "\r\n" is equivalent to you pressing the return key. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Wed,

[PHP] Remote Connection

2001-02-14 Thread John Monfort
Questions: I want to make an e-commerce like transaction with a remote file, similar to how a merchant account process a credit card. The concept is very similar. Basically, I have two servers in two different cities. I have a web interface on server A, and DB on server B. Server

RE: [PHP] PHP Editors

2001-02-15 Thread John Monfort
__John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Fri, 16 Feb 2001, Maxim Maletsky wrote: This issue is better to search

Re: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread John Monfort
Is the PHP split command the same as that in Perl? ex. ($var_1, $var_2) = split(/:/,$string, 2); will something like that work? On Fri, 16 Feb 2001, ..s.c.o.t.t.. [gts] wrote: i'd use split, to split the value up into an array: if this is your url $url =

Re: [PHP] UPS shipping calculation

2001-02-17 Thread John Monfort
There is a Perl module that is very useful for this, I'm currently in the process of implementing it. You can find a copy at http://www.seva.net/~msolomon/Business-UPS/dist/ I'm looking for something similar for FedEx, so let me know if you find one. __John

[PHP] Perl PRINT vs PHP

2001-02-18 Thread John Monfort
Hello everyone, In perl, you can use 'print qq' to print a block of text. Like, print qq~ my text block goes here, with " " or whatever... my other line with more special characters... ~; Is there something similar in PHP? I've tried the above, but it does not work. I

Re: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
I've been struggling with the same idea. I haven't been able to process the returned value, but I've the following methods to DISPLAY the cgi results. Although, the PHP has no way of knowing wether the CGI evaluated to a Yes or No result. If you solve this, then please let me know.

RE: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
1. It appears if I use the header function I have to redirect the page to another page, it doesn't appear possible to retrieve a page into the current page? Unless someone can show me some code that would do that. If all you want is to display the remote page, within the local page,

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

2001-02-19 Thread John Monfort
An unsuccessful include will give you an error. An unsuccessful require will kill the program. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?"

Re: [PHP] php.ini

2001-02-25 Thread John Monfort
__John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 26 Feb 2001, David Robley wrote: On Sun, 25 Feb 2001 18:21, Brandon

Re: [PHP] Job in Whistler, BC

2001-04-16 Thread John Monfort
You'll probably won't get to see the now :-. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 16 Apr 2001, Mark

Re: [PHP] Tip for cookies

2001-04-19 Thread John Monfort
Is that still true when you include the file? Say you have a notfoo.php file, and include foo.php in it. You don't still have to pass the cookies, do you? __John Monfort_ _+---+_ P E P I E D E S I G N S

[PHP] Standalone Browser with PHP and/CGI

2001-04-24 Thread John Monfort
Hello everyone, Quick question: I would like to install a standalone web server can run PHP, I'm looking for guidance on how to do this. Basically, I want to add a PHP application on a CD-ROM, for demonstration purposes. I know PHP can be runed as a standalone, but what about

[PHP] Online Training and User Tracking

2001-04-25 Thread John Monfort
Hello everyone, I want to build an online training center that let's me monitor/track user progress, througout an online curriculum. The goal of the project is to be able to 'certify' the user after completing certain lessons. I want to: -have online exams,etc. -make it possible

[PHP] PHP+MS Access and/or MS SQL

2001-04-25 Thread John Monfort
Hello everyone, I'm looking for information on PHP+ MS Access , and PHP+MS SQL. Any recommendations? Thx in advance! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-26 Thread John Monfort
regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.openlinksw.com -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 10:02

[PHP] Ultradev PHP Server Model

2001-04-26 Thread John Monfort
Hello everyone, I was wondering, is anyone aware of a PHP server model, for Ultradev? Or, any leads on how I can create one? I'm developing a site with PHP+MS Access+Ultradev. I wanted to use some of the Ultradev server model features (and convenience), but they only support

Re: [PHP] Ultradev PHP Server Model--found!

2001-04-26 Thread John Monfort
enjoy! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Thu, 26 Apr 2001, John Platte wrote: John Monfort wrote: I

Re: [PHP] Ultradev PHP Server Model

2001-04-26 Thread John Monfort
? -+___+- On Thu, 26 Apr 2001, Andrew Hill wrote: Check out www.interakt.ro It's beta... but functional. Best regards, Andrew On Thursday, April 26, 2001, at 06:46 PM, John Platte wrote: John Monfort wrote: I was wondering, is anyone aware of a PHP server model, for Ultradev

Re: [PHP] run du command uder php

2001-04-28 Thread John Monfort
you might want to consider add the html PRE tag, to preserve the output format. Something like, exec (du -ks /home/apache,$test[]); echo pre$test[0] /pre; This will display the result in the browser, just as it does in the Unix shell. __John Monfort_

[PHP] Best Practice-HTML In Database

2001-04-29 Thread John Monfort
Hello everyone, I'm curious. Which is the better practice? 1) Insert the HTML page (...HTML code) in the database ? or 2) Insert a URL in the database field, that points to the HTML page? why? Any help will be appreciated. Btw, thank you all for helping with my previous

RE: [PHP] Best Practice-HTML In Database

2001-04-30 Thread John Monfort
is waiting, are you ready? -+___+- On Mon, 30 Apr 2001, Mark Roedel wrote: -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 10:40 PM To: [EMAIL PROTECTED] Subject: [PHP] Best Practice-HTML In Database

[PHP] Trouble loading Extensions in PHP 4.0.5

2001-04-30 Thread John Monfort
Hello everyone, Is anyone else having this problem? My PHP+ Apache system was working fine, before I upgraded to PHP 4.0.5. Since then, my server crashes, everytime I try to enable my extensions. I have the following configuratioin: 1) extension_dir= C:/PHP/extensions [both

RE: [PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread John Monfort
I too had to downgrade to PHP 4.0.4pl1. Version 4.0.5 would not let me load my extensions(dynamically). PHP+Apache Win 98 __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting,

Re: [PHP] BET News

2001-05-04 Thread John Monfort
Ok...all together now, in how many languages can you say, OUT OF PLACE !!! --Spammers, sheesh ! -- On Thu, 3 May 2001, MTV Jams wrote: http://www.mp3.com/mcpedro from [EMAIL PROTECTED] The question is this, If you placed a Jamaican born MC on a Hip Hop/Trance/Techno track and

Re: [PHP] Need to know this

2001-05-04 Thread John Monfort
www.php.net __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com The world is waiting, are you ready? -+___+- On Fri, 4 May 2001, YoBro wrote: Hello, I need to find

Re: [PHP] Need to know this

2001-05-04 Thread John Monfort
PHP Stands for Hypertext Pre-Processor (PHP) You can more info at www.php.net The battle between ASP and PHP is ongoing. Same thing for Perl. www.UDzone.com has an article on this, it's called 'Seven Reasons Why PHP is better than ASP. __John Monfort_

[PHP] PHP Flat File Support--Where,How?

2001-05-04 Thread John Monfort
Hello everyone, I remember noticing a PHP Flat File Support function, or script, or something. While reading the PHP manuals, and online tutorials. However, I have not been able to find concreate information about it. Does that function exists? If so, then where can I find some