[PHP] configuring headers in mail() ...

2001-02-01 Thread Maxim Maletsky
Hello Guys, to be short: 1. what I'm doing: I need to send some email recipients of which are some users from a database. (this part perfectly works) What I care about is that when they receive the email they see 'J-Door Newsletter' in their from field, not our email address ( '[EMAIL PROTECTE

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Angus Mann
At 11:54 1/02/2001 -0800, Terrence Chay wrote: > We should be prudent when discussing how much we charge for programming. >I'm no lawyer but I believe it's okay to discuss hypotheticals, histories, >and such, but remember that discussing wage rates may run against anti-trust >regulation as evi

Re: [PHP] Variables within functions, out?

2001-02-01 Thread Steve Werby
"David Robley" <[EMAIL PROTECTED]> wrote: > The specific answer to your question is that the variable $birthday is > local to the function - check out variable scope in the manual. > > But in fact there is another way of doing it - pass the values to check as > parameters to the function and have

RE: [PHP] how do I subscribe?

2001-02-01 Thread Maxim Maletsky
send an email at [EMAIL PROTECTED] you will be asked for the confirmation.. Cheers, Maxim Maletsky -Original Message- From: David VanHorn [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 2:52 PM To: [EMAIL PROTECTED] Subject: [PHP] how do I subscribe? subscribe -- Where's da

[PHP] how do I subscribe?

2001-02-01 Thread David VanHorn
subscribe -- Where's dave? http://www.findu.com/cgi-bin/find.cgi?kc6ete-9 -- 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] Automatic incoming mail notification

2001-02-01 Thread Steve Werby
"Josh G" <[EMAIL PROTECTED]> wrote: > Depends on your mailserver. Most mail servers can redirect incoming > mail to a program, I know sendmail can. In your case just make the first > line of your script #!/path/to/php/bin/php and that should do the trick. To actually read from the message piped t

Re: [PHP] Automatic incoming mail notification

2001-02-01 Thread Ankur Verma
Dear Josh, Thanks for your prompt reply I will surely look around on the web for info on this pathy of action. thanks once again regards Ankur Verma - Original Message - From: "Josh G" <[EMAIL PROTECTED]> To: "PHP User Group" <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 10:53

Re: [PHP] Automatic incoming mail notification

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 15:53, Josh G wrote: > Depends on your mailserver. Most mail servers can redirect incoming > mail to a program, I know sendmail can. In your case just make the first > line of your script #!/path/to/php/bin/php and that should do the trick. > > Sorry I don't know how to make se

Re: [PHP] Automatic incoming mail notification

2001-02-01 Thread Josh G
Depends on your mailserver. Most mail servers can redirect incoming mail to a program, I know sendmail can. In your case just make the first line of your script #!/path/to/php/bin/php and that should do the trick. Sorry I don't know how to make sendmail do it, only that you can. Check the man pag

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-01 Thread Chuck Hagenbuch
chagenbuThu Feb 1 21:24:32 2001 EDT Modified files: /php4/pear DB.php Log: make sure to include subclasses before trying to instantiate them. Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.45 php4/pear/DB.php:1.46 --- php4/pear/DB.php:1.45

[PHP] Automatic incoming mail notification

2001-02-01 Thread Ankur Verma
Hello All! Sorry for this off-topic posting but this is extremely important for me. I need a php script to be called each time my email mailbox recieves a new email message. One way is to have a cron job running and get the php script to check my mailbox every few minutes to see if there are

Re: [PHP] 404 error checker

2001-02-01 Thread Louis LeBlanc
You may be getting emails, but for some reason, when I try the links provided as a demo: BAD LINK-- http://www.social-ecology.org/new/indexbog.html PAGE WITH BAD LINK-- http://www.social-ecology.org/indexbogus.html My browser pops up the save as dialog. I do have javascript enabled, so I don'

[PHP] OT mod_rewrite says goodbye to POST vars (but interesting)

2001-02-01 Thread Matt Friedman
Well, not being able to find much help on mod_rewrite, I hoped some guru here might be able to help me. I'm using mod rewrite to do a pretty simple redirect (or rewrite that it) to a php page that parses the original url and allows for the output of all sorts of content. Works great apart from t

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Josh G
Ok, you got me on a technicality :) Of course, every rule has an exception. Even the rule that says every rule has an exception ;-) Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering.

RE: [PHP] Exit Function

2001-02-01 Thread Boget, Chris
> What is the way to exit a function? For example: > function FooBar() { > if ($foo = $bar) > Exit_this_Function; > ## otherwise execute the rest of this function > } function FooBar() { if ($foo = $bar) return 0; } ## otherwise execute the rest of this function } Chr

Re: [PHP] neat html output

2001-02-01 Thread Jeff Lacy
You can also use tabs (\t). This is an example using tabs and newlines: echo "\n\n\tHello There\n\tHow are you\n"; Note: You must use quotes because ticks don't work. Jeff ""Mark"" <[EMAIL PROTECTED]> wrote in message 9597gb$4el$[EMAIL PROTECTED]">news:9597gb$4el$[EMAIL PROTECTED]... > I'd

[PHP] Fw: Message status - undeliverable

2001-02-01 Thread Josh G
Sorry about this, but can somebody please remove this guy from the list? I'm tired of getting this email every time I contribute. Cheers, Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... sufferi

Re: [PHP] Re: PHP a lightweight language?

2001-02-01 Thread Josh G
most c compilers are self-hosting. iirc it's one of the best tests of your compiler. Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "John Hinsle

[PHP] Re: PHP a lightweight language?

2001-02-01 Thread John Hinsley
> Michael Hall <[EMAIL PROTECTED]> wrote > > I'm interested in the proposition made recently on this list that PHP is > somehow a 'lightweight' language that some people don't take seriously. I > am relatively new to Linux and open source programming and only really > know PHP and som

[PHP] Re:What version of Linux?

2001-02-01 Thread John Hinsley
> "Andrés de la Varga" <[EMAIL PROTECTED]> wrote: > > I want to install my personal server on a old Intel 486 machine, 36 Mb RAM, > 2 Gb HardDisk, VGA, to develop in PHP. What version of Linux do I need to > install? Stay clear of any version built specifically for 586 machines. This c

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Josh G
It comes down to one simple thing: You cannot know how much a project is worth to a client. If they're willing to pay you $5000, it's worth $5000, wether you think it's worth $500 or $5. If I buy a pack of basketball cards for $2 that has ten cards in it, then they're worth 20c each. If sudd

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Steve Werby
"Shane McBride" <[EMAIL PROTECTED]> wrote: > I was wondering what other PHP people charge to write PHP? There's no magic answer. And no offense, but if you categorize building business solutions delivered via the internet as "writing PHP" then your services probably shouldn't be priced at the hi

Re: [PHP] How do I get last inserted ID?

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 14:13, Sandeep Hundal wrote: > Hi All, > > just a quick question. Say my script is inserting values into a > database, which has an autoincremental id. Now I usually send out a > mail also with the contents of the inserted stuff. The only problem > is that of the ID field. How

RE: [PHP] How do I get last inserted ID?

2001-02-01 Thread Maxim Maletsky
mysql_insert_id() is a PHP function for it. however I recommend you using a build-in SQL function LAST_INSERT_ID(). i.e: INSERT INTO table SET name='$name', surname='$surname'; UPDATE table SET name='$name', surname='$surname' WHERE id=LAST_INSERT_ID() Cheers, Maxim Maletsky -Original Messa

[PHP] How do I get last inserted ID?

2001-02-01 Thread Sandeep Hundal
Hi All, just a quick question. Say my script is inserting values into a database, which has an autoincremental id. Now I usually send out a mail also with the contents of the inserted stuff. The only problem is that of the ID field. How can I get the script to determine what id number was given t

[PHP] RE: PHP a lightweight language?

2001-02-01 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are no

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Steve Werby
"Benjamin Munoz" <[EMAIL PROTECTED]> wrote: > Great thread. When I was changing jobs in April of 2000, a recruiter told me > that PHP is "cool and all", but there is zero demand for developers of PHP > web apps (in Los Angeles). Interesting. We're located in [not very large, but high tech/intern

Re: [PHP] Why?? SPRINTF("SELECT sequence,prodnum,childdesc....);

2001-02-01 Thread Steve Werby
"Karl J. Stubsjoen" <[EMAIL PROTECTED]> wrote: > What is the purpose of the SPRINTF in this instance? > SPRINTF("SELECT > equence,prodnum,childdesc,onhand,openorders,avlallocate,bakorder,webpricing > FROM prodaval"); It appears as though the sprintf() function is being misused. There's no advant

[PHP] Php Database

2001-02-01 Thread Vinicius Garcia Mommensohn
Muito obrigado pela ajuda Michael! Hi everyone! To use de DBA database format, first i had to configurate php with --with-db2 option. All works (configure, make and make install). But the php script still not works. The line of the script that has a problem is: $id = dba_open ("/home/httpd/html/

[PHP] RE: Java variables - PHP varialbles

2001-02-01 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are no

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Maxim Maletsky
>> -What can we as a developer community do to change this? >Prove that Open Source is working, and better than many commercial >solutions, too. This is something I like to do within my company: they used to buy software online saying that it is still cheaper then develop it ourselves. Hmm.. I a

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Dave VanAuken
or cname the main PHP site that way we don't have to bog down/rely on the primary PHP servers. jobs.php.net Further to the other conversations on this topic: We always investiate any companies that are looking for CGI, Perl, and ASP solutions since many of them are just going off of what

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Ben Peter
Hi Ben, > I know that that Java/EJB/JSP and COM/ASP is in MUCH more demand, and > therefore command a higher wage. Demand vs supply, right?. A search today > on monster.com for ASP in LA yields 142 listings, Java yields 262, JSP > yields 32, Perl yields 105, PHP yields 16, cold fusion yields 16

Re: [PHP] encode string with spaces

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 11:36, David Robley wrote: > On Fri, 2 Feb 2001 11:22, Kevin McCarthy wrote: > > All - > > > > Any easy way to take a string and fill the spaces in it? Say like a > > URLencoding: > > > > This is my dog, Jack > > becomes > > This%20is%20my%20dog,%20Jack > > > > I ask this as I

Re: [PHP] C++ integration with PHP

2001-02-01 Thread Toby Butzon
Yes, system() waits for the called program to terminate before PHP execution continues, so that should work. However, you may also want to look into building a custom module for PHP so you can call your C functions directly from PHP. Info on the Zend API, building PHP modules in C, etc., is avail

[PHP] Win2000 TCP/IP failure

2001-02-01 Thread Toby Butzon
Greetings, I've run into a problem on my Win2k computer running IIS5 and PHP 404pl1. I've got a page set up to pull a page from CNN.com, parse it for headlines, and print the results in an organized table of links. Everything's been working fine since the beginning of January, but suddenly it die

Re: [PHP] encode string with spaces

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 11:22, Kevin McCarthy wrote: > All - > > Any easy way to take a string and fill the spaces in it? Say like a > URLencoding: > > This is my dog, Jack > becomes > This%20is%20my%20dog,%20Jack > > I ask this as I would like to send a string to a perl function that can > parse the

Re: [PHP] What version of Linux?

2001-02-01 Thread Michael Hall
Almost any distribution should work OK. I use Red Hat on one of my old 486 machines ... it is slow but it works. Given the machine you're working with, the main issue is I think optimising or customising whatever distribution you do use to improve performance. Mick On Thu, 1 Feb 2001, Andrés d

php-general Digest 2 Feb 2001 00:51:13 -0000 Issue 487

2001-02-01 Thread php-general-digest-help
php-general Digest 2 Feb 2001 00:51:13 - Issue 487 Topics (messages 37626 through 37763): Inappropriate ioctl for device 37626 by: Kif Re: upload_max_filesize 37627 by: Jon Haworth 37648 by: WreckRman2 37651 by: WreckRman2 37756 by: David Robley

[PHP] encode string with spaces

2001-02-01 Thread Kevin McCarthy
All - Any easy way to take a string and fill the spaces in it? Say like a URLencoding: This is my dog, Jack becomes This%20is%20my%20dog,%20Jack I ask this as I would like to send a string to a perl function that can parse the string and create a hash from it based on delimiters I define. Bu

[PHP] Files only available via HTTPS

2001-02-01 Thread Michael Conley
I have several PHP files that I only want users to be able to access via HTTPS. How can I control that on an Apache 1.3.14 server running on RedHat 7? I have openssl and mod_ssl working fine. Currently, I can access all of the files on my site via either http or https. I want to keep certain f

[PHP] PHP a lightweight language?

2001-02-01 Thread Michael Hall
I'm interested in the proposition made recently on this list that PHP is somehow a 'lightweight' language that some people don't take seriously. I am relatively new to Linux and open source programming and only really know PHP and some shell scripting, though I am now starting to explore Python.

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Miles Thompson
Simply because both involve computers. Miles At 11:43 AM 2/1/01 +, Robin Vickery wrote: > > "JG" == "Josh G" <[EMAIL PROTECTED]> writes: > > > I hear you. Another thing that's hard to find, is somebody who is a > > good programmer, and a good graphic designer. > >I've never quite unde

[PHP] What version of Linux?

2001-02-01 Thread Andrés de la Varga
I want to install my personal server on a old Intel 486 machine, 36 Mb RAM, 2 Gb HardDisk, VGA, to develop in PHP. What version of Linux do I need to install? Andrés de la Varga. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP] Variables within functions, out?

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 08:51, James, Yz wrote: > Hey guys. Can I firstly say, thanks to all of you who helped me out with > my last question about importing MS Access databases into MySQL... It > helped tons! > > However, I have another question. > > Firstly, I've strayed away from writing many of

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 10:32, David Robley wrote: > On Fri, 2 Feb 2001 02:37, WreckRman2 wrote: > > Actually it isn't on a windows system. Looking at my phpinfp.php file > > it shows "Configuration File (php.ini) Path" as /usr/local/lib but I > > see no file called php.ini in there using ftp or teln

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 02:37, WreckRman2 wrote: > Actually it isn't on a windows system. Looking at my phpinfp.php file it > shows "Configuration File (php.ini) Path" as /usr/local/lib but I see no > file called php.ini in there using ftp or telnet. Any ideas? > > David php.ini is not installed - yo

[PHP] Dnloading FDF docs / acrobat integration

2001-02-01 Thread Patrick Shafer
Greetings! I am currently working on a project that creates an FDF document on-the-fly. The end user should beable to click on a link (something like http://whatever.com/mydoc.html?) and download an FDF document. Users who have acrobat reader installed (with the browser plugin) should beable to s

Re: [PHP] Tab character

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 01:47, Karl J. Stubsjoen wrote: > Is this a tab character \t Yes - but remember that you won't be able to see it on a page rendered by a browser, as they tend to treat tabs, multiple spaces and line feeds as a single white space. -- David Robley| WE

Re: [PHP] htmlspecialchars Problem

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 05:58, Karl J. Stubsjoen wrote: > When I perform thi function: > $new = htmlspecialchars("Test", ENT_QUOTES); > > I get the following error: > > Warning: Wrong parameter count for htmlspecialchars() in > utility/HTMLFormObjects1-1.php on line 135 > > > Anyone know why? What ve

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Michael Kimsal
Benjamin Munoz wrote: > Great thread. When I was changing jobs in April of 2000, a recruiter told me > that PHP is "cool and all", but there is zero demand for developers of PHP > web apps (in Los Angeles). Although I've been very productive developing in > PHP, he advised me to learn something

Re: [PHP] Closing Objects "Cleaning Up"

2001-02-01 Thread Josh G
True for PHP+Mysql, but not for all databases. Oracle for example, will run out of cursors in a week or two on a low-traffic site if you don't close them and the db server will need a kick in the nuts to get back up Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer

Re: [PHP] Closing Objects "Cleaning Up"

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 08:58, Karl J. Stubsjoen wrote: > When I do this: > $link = @mysql_pconnect("localhost", $this->db_user_id, > $this->db_passwd); > > And I do this: > if(!($result = mysql_query($querystr))) { ... > > Then I do this: > $result = DoQuery($q); > > > What objects are there to close

Re: [PHP] Retrieve HTML page

2001-02-01 Thread Kif
something like this perhaps ? $remotefile = file($remote_file_url); $file_contents = join( '', $remotefile); Cheers Kif - Original Message - From: "Jared Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:03 PM Subject: [PHP] Retrieve HTML page

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Joe Stump
jobs.php-coder.net will be up and running later tonight. The nameservers will be updating over the next few days, but a simple link database and place to post resumes (maybe a blurb with a file attachment) will be up soon. --Joe On Thu, Feb 01, 2001 at 04:30:36PM -0600, stankusn wrote: > Or just

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Stephan Ahonen
How about making a mailing list for job postings, i.e. [EMAIL PROTECTED]? -- 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] Retrieve HTML page

2001-02-01 Thread James, Yz
In addition to what's been mentioned, check out the : readfile, fread and fgets functions... James. -- 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: [EMAI

[PHP] Closing Objects "Cleaning Up"

2001-02-01 Thread Karl J. Stubsjoen
When I do this: $link = @mysql_pconnect("localhost", $this->db_user_id, $this->db_passwd); And I do this: if(!($result = mysql_query($querystr))) { ... Then I do this: $result = DoQuery($q); What objects are there to close? In ASP we issue code like this to close these objects: rs.close set r

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Josh G
and one place where everybody on the list could post their resumes in a little database that sorts by country / state? Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Origina

Re: [PHP] Retrieve HTML page

2001-02-01 Thread Mark Green
http://snoopy.sourceforge.net/ very cool class for retrieving remote webpages even supports cookies and HTTPS (using cURL) ^^@rk Jared Howard wrote: > > I've been looking through the manual but I keep on missing the function or > it doesn't exist. > I need to know if there is a way to get a s

Re: [PHP] dll windows libraries for php.

2001-02-01 Thread Rasmus Lerdorf
virtual() is an apache-specific function. On Thu, 1 Feb 2001, Scott Fletcher wrote: >Hi! I installed the IIS and PHP4 on WinNT 4 for testing purpose only. > (Tsk!Tsk! I like Unix better!) And they are working great so far. One > after another, things that don't work are starting to work

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread stankusn
Or just post links to all the major job sites and links to people who are looking for workers... --- Nick.Stankus Software Engineer Logicon/Sterling Federal 402-232-7870 --- "There ar

[PHP] Retrieve HTML page

2001-02-01 Thread Jared Howard
I've been looking through the manual but I keep on missing the function or it doesn't exist. I need to know if there is a way to get a specified HTML page (as if you were to go to the page by typing in the url in your browser) and either turn it into a string or array or something that I would be

Re: [PHP] Recommended Job Posting sites? Need to hire someone w/PHP exp.

2001-02-01 Thread John Donagher
Hey Brian- Finding someone with past PHP experience is still difficult. Instead, look for people who are recreational programmers or who have a deep understanding of the mechanics behind HTTP. Whether they've worked with Java, ASP, Perl, Python, or any CGI-style environment is IMHO irrelevant. P

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread eschmid+sic
On Thu, Feb 01, 2001 at 04:47:31PM -0600, [EMAIL PROTECTED] wrote: > I have implemented a PHP Developer's directory at > http://www.phpusergroups.org where you can sign up to the directory > and wehen people are looking for spot jobs you will receive a RFG > (request for quotes). Why do you not c

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread cmoewes
I have implemented a PHP Developer's directory at http://www.phpusergroups.org where you can sign up to the directory and wehen people are looking for spot jobs you will receive a RFG (request for quotes). On Fri, Feb 02, 2001 at 09:22:24AM +1100, Josh G wrote: > and one place where everybody on

[PHP] HTTP Referer has to be changed.

2001-02-01 Thread FvH
Hi, I've got a problem with the HTTP_REFERER. I'll explain it to you now. I've got a site where I can't logon to to change some things. That site checks the HTTP_REFERER variable and if it matches with what's in the MySQL db it passes you through. Now I've got a site which has to have access to

Re: [PHP] dll windows libraries for php.

2001-02-01 Thread Scott Fletcher
Aww! That's suck! Look like a conversion from Apache to IIS is a bad idea. Thanks, Scott ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message 95cn8n$tms$[EMAIL PROTECTED]">news:95cn8n$tms$[EMAIL PROTECTED]... >Hi! I installed the IIS and PHP4 on WinNT 4 for testing purpose only. > And

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Chad Day
Well, actually, I own phpspot.com but never got the time to actually DO anything with it. Might as well put it to good use.. if someone wants to develop a site (and I might even have time to help, woo hoo!), I'd be in on it. Chad -Original Message- From: DELAP, SCOTT F (SBCSI) [mail

[PHP] C++ integration with PHP

2001-02-01 Thread Zhu George-CZZ010
Does anyone know how to integrate C++ and PHP if there are some data changes between PHP program and C++ program? What I can think about is: in PHP, put the data in a file, and use "system" call to activate the c++ program. After that, let the c++ program to read the data file, and output the

[PHP] Recommended Job Posting sites? Need to hire someone w/ PHP exp.

2001-02-01 Thread Brian Tully
Hey there - I was wondering what the recommended sites are to post/find jobs related to web development - especially PHP. The sites I've visited list mostly ASP and Java related jobs so I'm wondering where do the PHP folks go to find opportunities. While I'm not looking for a PHP expert, I'm lo

Re: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread stout
Request For Goats? >I have implemented a PHP Developer's directory at >http://www.phpusergroups.org where you can sign up to the directory >and wehen people are looking for spot jobs you will receive a RFG >(request for quotes). >On Fri, Feb 02, 2001 at 09:22:24AM +1100, Josh G wrote: >>

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Jonathan Sharp
because that's too easy! Why would we want to use a system that's already in place? hehehe...looks good! I think it'd be best to have PHP jobs listed at THE PHP.NET site...got my vote! -Jonathan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, F

[PHP] Why?? SPRINTF("SELECT sequence,prodnum,childdesc....);

2001-02-01 Thread Karl J. Stubsjoen
What is the purpose of the SPRINTF in this instance? SPRINTF("SELECT equence,prodnum,childdesc,onhand,openorders,avlallocate,bakorder,webpricing FROM prodaval"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Variables within functions, out?

2001-02-01 Thread James, Yz
Hey guys. Can I firstly say, thanks to all of you who helped me out with my last question about importing MS Access databases into MySQL... It helped tons! However, I have another question. Firstly, I've strayed away from writing many of my own functions, because they give me the fear. But th

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-02-01 Thread Andrei Zmievski
andrei Wed Jan 31 12:47:48 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: qaweb Karma for PHP QA folks. Index: CVSROOT/avail diff -u CVSROOT/avail:1.66 CVSROOT/avail:1.67 --- CVSROOT/avail:1.66 Wed Jan 31 06:23:09 2001 +++ CVSROOT/avail

[PHP] dll windows libraries for php.

2001-02-01 Thread Scott Fletcher
Hi! I installed the IIS and PHP4 on WinNT 4 for testing purpose only. (Tsk!Tsk! I like Unix better!) And they are working great so far. One after another, things that don't work are starting to work and it is taking a while. Right now, I have an script error saying undefined function, virt

Re: [PHP-CVS] cvs: php4 / php.ini-dist

2001-02-01 Thread Jon Parise
On Thu, Feb 01, 2001 at 09:10:05PM -, James Moore wrote: > This looks good although maybe something like the following would make it > easier to find sections.. at the moment the [syslog] (required) titles seem > to fade into the background a bit having this above the [title] would maybe > ma

[PHP] rephrasing: start session in frame-index, continue in pages

2001-02-01 Thread Chris Hayes
index.php: 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] newlines in boxes..

2001-02-01 Thread Michael Hall
Use nl2br (new line to ). Mick On Wed, 31 Jan 2001, James Smith wrote: > Alright, on my site, I have a news section, whenever i > goto insert new news in the Admin area, I have to > insert or /n in it, while typing in the news. > How do I make this a automated process I know it can > be done

Re: [PHP] Want to learn PHP

2001-02-01 Thread Stephan Ahonen
> Where do I start? I got started when I wanted to upgrade a site I co-run to some semblance of automation, so we got a guy who knew PHP to do it for us... He started working on a webn-page-in-a-template script, but wasn't able to finish it due to schoolwork. I decided to try my hand at it, so I

Re: [PHP] VIRUS ON LIST?

2001-02-01 Thread Stephan Ahonen
> You left some attributes off: > > $retaliation = explode("",$badjoke); Either that, or: $joke = str_replace($badjoke,$goodjoke,$joke); Sig for a Day Stephan Ahonen, ICQ 491101 "That's very funny Scotty, now beam down my clothes!" Come back tomorrow for a different sig! Backspace a singl

[PHP] cancel <3A79D543.779F9F37@unicap.com>

2001-02-01 Thread Larry Hotchkiss
This message was cancelled from within Mozilla. -- 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] details on imap functions.

2001-02-01 Thread Larry Hotchkiss
Thanks Rasmus, but I cant find just the imap source tarball. I do have the complete source from php.net but there is no 'internal.txt' anywhere in it. Rasmus Lerdorf wrote: > > docs/internal.txt is part of the imap source tarball > > On Thu, 1 Feb 2001, Larry Hotchkiss wrote: > > >

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jade Ohlhauser
Who cares, they could never bust us. So lets decide on this list that we are going to set (or "fix" if you will) the price of PHP work at $100/per hour. Oh just a second, someone's at the door... . Jade Ohlhauser [website architect]... http://bandwidthplace.com - Origina

[PHP] Inappropriatte ioctl

2001-02-01 Thread Kif
help... ok, now this looks quite straightforward... $filename="http://remoteserver/path/file"; $file=fopen($filename,"r") or die("cant open $filename"); while(!feof($file)){ $line=fgets($file,4096); echo $line; } but when i run it i get an error fopen("http://195.92.38.87/cgi-win/homeview.dll?d

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread James Moore
> Isn't it illegal in the US to discuss > rates in this manner? > > It's always been my understanding that > The U.S. law specifically makes discussion > of pricing between competitors (all or some) > a federal offense. > > Am I taking this too literally? Lucky most of us arnt in the US then

RE: [PHP-CVS] cvs: php4 / php.ini-dist

2001-02-01 Thread James Moore
This looks good although maybe something like the following would make it easier to find sections.. at the moment the [syslog] (required) titles seem to fade into the background a bit having this above the [title] would maybe make the sections easier to spot. ;; ; Syslog ;

[PHP] PHP/Perl Employee/Consultant Wanted!

2001-02-01 Thread Lew Payne
I'm looking to hire an *experienced* PHP programmer with experience in PHP4, mySQL and Perl. The project involves taking an existing system that's written mostly in Perl, and re-writing it in PHP4. To avoid the pitfalls and problems of the existing system, we'll be implementing a different strate

Re: [PHP] details on imap functions.

2001-02-01 Thread Rasmus Lerdorf
docs/internal.txt is part of the imap source tarball On Thu, 1 Feb 2001, Larry Hotchkiss wrote: > I am looking for a little more detailed information of the imap > function of php4. The dos point me to 'docs/internal.txt' but that does > not exist on my windows 'play' system. I cant find i

[PHP] is_dir() function on Win32 platform

2001-02-01 Thread Michael Hall
I'm developing on Windows, and I have a bit of code that is designed to do a quick recursive read on a folder. An integral part of this is the use of the is_dir() function to decide if it should recurse or not. DoIt('G:\\'); function DoIt($path){ $handle=opendir("$path"); echo "

Re: [PHP] sessions with frames

2001-02-01 Thread Nathan Cook
When you define the index.php and load the frames go ahead and start the session and then pass the variables to the frame like this: and then on main.php if you echo $var1 it will it will print "test" Good Luck! .:: Nathan Cook [ [EMAIL PROTECTED] ] ::. Systems & Network Administrator :: Pro

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Navid
Mr. Delap, Perhaps the following site may help you in your quest for new employees that know not only PHP, but almost anything computer related, from beginners to advanced. If you haven't ran across it already, I think you might like it. Roam around it a bit: www.computerjobs.com. Also, I am pl

RE: [PHP] Suggest for List

2001-02-01 Thread Brian Paulson
General List http://marc.theaimsgroup.com/?l=php-general CVS list http://marc.theaimsgroup.com/?l=php-cvs&r=1&w=2 Dev List http://marc.theaimsgroup.com/?l=php-dev&r=1&w=2 Install http://marc.theaimsgroup.com/?l=php-install&r=1&w=2 KB http://marc.theaimsgroup.com/?l=php-kb&r=1&w=2 Migration ht

[PHP] details on imap functions.

2001-02-01 Thread Larry Hotchkiss
I am looking for a little more detailed information of the imap function of php4. The dos point me to 'docs/internal.txt' but that does not exist on my windows 'play' system. I cant find it on another rs/6000 I have it installed on either. Does someone have the file they can e-mail to me?

Re: [PHP] Suggest for List

2001-02-01 Thread Philip Olson
This is a public list and realize that : a. Don't make assumptions b. Don't take anything personally Nobody here is directing "bad vibes" towards you and email communication is questionable, miscommunication runs rampent. So that said, nobody is partronizing you but rather are bring

[PHP] sessions with frames

2001-02-01 Thread Chris Hayes
hi! i would like to read in a txt file in the frame index page and use it through a session in pages. It does not work if index.php starts the session and succesfully registers a var, because a php page in a frame does not recognize the var. Chris

Re: [PHP] Cant get this one

2001-02-01 Thread Shane McBride
It looks like your not assigning the arrays correctly. Here's a long piece of code I use: (it has alot of extra code that you don't need.) Couldn't get list!"); } else { while ($row = mysql_fetch_array($sql_result)) { $title = addslashes($row["title"]); $price = $row["price"]; $image

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread DELAP, SCOTT F (SBCSI)
Just some thoughts on this topic. I've ran a web development business for 6 years. I've seen demand for PHP grow exponentially in recent months. However, it still isn't anywhere near where it could be. I think the new Zend Products will help corporate acceptance and job growth. Right now when

[PHP-CVS] cvs: php4 /pear/DB common.php

2001-02-01 Thread Colin Viebrock
cmv Thu Feb 1 12:16:53 2001 EDT Modified files: /php4/pear/DB common.php Log: fix here too Index: php4/pear/DB/common.php diff -u php4/pear/DB/common.php:1.35 php4/pear/DB/common.php:1.36 --- php4/pear/DB/common.php:1.35Tue Jan 9 17:01:53

  1   2   3   >