Re: [PHP] Suggest for List

2001-02-01 Thread Chris Lee
Good idea, I agree, this would be nice. It would allow posters to better categorize their question, and would give responders a good place to hangout depending on their skill set. One comment though to reduce your message load is to start using the news://news.php.net you can read and post here.

RE: [PHP] Suggest for List

2001-02-01 Thread Boget, Chris
> Good idea, I agree, this would be nice. It would allow > posters to better categorize their question, and would > give responders a good place to hangout depending on > their skill set. This has been suggested before. What you will invariably find is that all users (beginner and advanced) w

[PHP] Java variables - PHP varialbles

2001-02-01 Thread Claude Cormier
Hi!, I am rather a newbie with PHP. Can someone tell me how we can assign the content of a PHP variable to a Java variables in a script (and vice versa). Thanks Claude -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Functions returning by reference

2001-02-01 Thread Richard Heyes
Hi, What are the advantages/disadvantages of functions returning by reference? TIA -- Richard Heyes -- 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

Re: [PHP] trouble with odbc

2001-02-01 Thread Remco Chang
hi michael, if you read the PHP manual, i think it says something like "odbc_num_rows" might or might not return the correct number of rows after a "SELECT" statement. in the case of easysoft odbc driver (which is what we're using as well), odbc_num_rows always returns -1 on a SELECT statement (

[PHP] similar to shuffle()

2001-02-01 Thread Jason Jacobs
Does anyone know of a function in version 3.0.7 that does the same thing to shuffle(), which was implemented in 3.0.8? I'm trying to run a banner script I found, and I guess we were 1 one-hundredth of a version off for this thing... Or, how painless is it to upgrade to the latest version? I'm a

RE: [PHP] Suggest for List

2001-02-01 Thread Benjamin Munoz
April, There was a discussion like in 1999 (i remember cuz I was learning PHP then), and Richard Lynch (i think) had a good point that splitting the list would reduce the quality of the answers on the beginners list--PHP newbies answering each others questions, you see. Newbies should continue

RE: [PHP] 404 error checker

2001-02-01 Thread Institute for Social Ecology
John, I had the same problem, but it was a matter of how I was refering the teh 404 file in htaccess. It is working fine for me now. An example of my output is below. I wish I knew more about appache and htaccess to help you out, but I don't. michael WEBSITE-- www.social-ecology.org BAD LI

Re: [PHP] Suggest for List

2001-02-01 Thread April
Perhaps I missed my own point. I think it's being one of those days. I see questions on the list regularly that I can answer, on days when I'm bored enough to take off the rule vanquishing them to a folder. I realize I'm a beginner, but even I can tell someone "how to pop up a browser window in

Re: [PHP] [Q] Domxml: unlink() method?

2001-02-01 Thread Teodor Cimpoesu
Peter Sabaini wrote: > > hello, > > i am rather desperately trying to figure out how to delete a node > object from the DOM. > > say i have a node $node by manually traversing the DOM tree or by an > xpath_eval() function call. i can access the children > ($node->children()) or the parent ($n

Re: AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Chana Black
set_time_limit() ? Read the docs - this may be the solution. CB At 07:43 PM 2/1/01 +0100, Sebastian Stadtlich wrote: > > I'm at the end of my rope here... > > > > I have a 100,000+ line file containing IP addresses. For > > each line, I need > > to run a "gethostbyaddr" command. However, some

RE: [PHP] 404 error checker

2001-02-01 Thread John Huggins
Ah yes, this seems to stem from the fact the "ErrorDocument 404 /404.php" is really a kind if redirect. What's weird about this is if you use it one way (in the .htaccess) the PHP variables that appear are pre-redirect. If you put "Errordocument 404 /404.php" into the httpd.conf the PHP variable

[PHP] errors when included functions call functions

2001-02-01 Thread Charlie Llewellin
Can someone explain to me why this does not work... All pages on my site header and footer files... the header file calls an to config.inc and functions.inc I have a function to connect to the db in functions.inc, that many other functions and includes use. All works fine but, I have a l

Re: [PHP] Suggest for List

2001-02-01 Thread Chris Lee
True enough... -- Chris Lee Mediawaveonline.com [EMAIL PROTECTED] ""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Good idea, I agree, this would be nice. It would allow > > posters to better categorize their question, and would > > giv

Re: [PHP] similar to shuffle()

2001-02-01 Thread Chana Black
I had the same problem... I wrote a function that does this: function scramble(&$array) { // scrambles the elements of a one dimentional array // written by cblack ([EMAIL PROTECTED]) // in php3 >= 3.0.8, there's a function called shuffle that does this for ($i

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

2001-02-01 Thread Boget, Chris
> Besides, sometimes I think that PHP is so easy to learn > that we should be considered unskilled labor ;-) The skill is in the shaping. Any joe off the street can make an ugly sculpture. It takes talent and skill to make art... :p Chris

Re: [PHP] Suggest for List

2001-02-01 Thread April
I've been searching for a much smaller PHP beginners lists, away from the official one, because I know I'm much too beginner for this one. Everytime I post, I feel like I'm trying to snatch a cookie in full view of the headmistress, and probably going to get hit with her spoon for it. You'll alw

RE: [PHP] 404 error checker

2001-02-01 Thread John Huggins
After some experimenting I find this 404.php program only shows the original missing file when the .htaccess file has the "ErrorDocument 404 /404.php" phrase. One might assume that putting this directly into the httpd.conf file of the Apache server would perform the same thing. Indeed, the value

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

2001-02-01 Thread Chana Black
I agree 100%. It looks simple, but to write really good code you need to know your stuff. CB At 01:56 PM 2/1/01 -0600, Boget, Chris wrote: > > Besides, sometimes I think that PHP is so easy to learn > > that we should be considered unskilled labor ;-) > >The skill is in the shaping. Any jo

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

2001-02-01 Thread Dean Hall
Somewhat related to the recent discussion on pricing for contractors, I thought I'd ask if anyone knows of any good resources to help budding contrators/consultants find their way around. I'm a skilled web developer, but I'm not so knowledgeable when it comes to law and conventions in the US f

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

2001-02-01 Thread Benjamin Munoz
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 else, b/c the demand just isn't

[PHP] htmlspecialchars Problem

2001-02-01 Thread Karl J. Stubsjoen
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? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] passing arrays of objects

2001-02-01 Thread Teodor Cimpoesu
"Conover, Ryan" wrote: > > I was wondering if I can pass an array that has serialized objects to next > page via url encoding > > $foo //array with serialized objects in it > > with the following encoding > > something/something/foobar.php?foo=echo($foo) > > and be able too unserialize $fo

RE: [PHP] Suggest for List

2001-02-01 Thread Philip Olson
One suggestion for all newbies (and all) is this : Search the archives Search google Figure out a few keywords that will be in the answer and/or question and do a search. Go here : http://marc.theaimsgroup.com/?l=php-general Q: "I want to redirect using php, how?" T: "

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

2001-02-01 Thread [EMAIL PROTECTED]
If you can deal with the obscene cost of living, here in Silicon Valley, California you can make ~80/hr doing being just a webmaster. ~100/hr for a GOOD coder, and ~120+/hr for a really good "real language" coder. That's obviously without benefits, options, guaranteed income, vacation, sick days

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

2001-02-01 Thread [EMAIL PROTECTED]
If you're in the US, look at your local Chamber of Commerce, or other County agencies. Most places have a "small business" division. As an Independent Contractor you're effectively a sole-proprieter business and follow the same laws, tax hits, etc. -Szii - Original Message - From: Dean

AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Sebastian Stadtlich
> I'm at the end of my rope here... > > I have a 100,000+ line file containing IP addresses. For > each line, I need > to run a "gethostbyaddr" command. However, some lines take a > long time to > timeout. Is there a way I can decrease this timeout period > to one or two > seconds? i don't

Re: [PHP] Suggest for List

2001-02-01 Thread April
oh look, someone's getting snippy with me for speaking on the list and admitting I'm a newbie already. Patronizing does get to be a reflex action after hearing the same question so many times, yeah. But if I can't post about the goodness/badness of having a newbie list and an advanced list, beca

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

2001-02-01 Thread [EMAIL PROTECTED]
Demand is rising, insanely. I left an NT Systems programming position for a PHP position. Not every company develops software, but almost every company can benefit from a website/presence. Most "large organizations" like turnkey solutions from large "notable" companies. This is one of ASPs stro

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 PEAR.php.in

2001-02-01 Thread Colin Viebrock
cmv Thu Feb 1 12:15:09 2001 EDT Modified files: /php4/pear PEAR.php.in Log: trigger_error() should be ($msg,$level), no? Index: php4/pear/PEAR.php.in diff -u php4/pear/PEAR.php.in:1.13 php4/pear/PEAR.php.in:1.14 --- php4/pear/PEAR.php.in:1.13 Tue J

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] Pricing for PHP programming???

2001-02-01 Thread Terrence Chay
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 evidence of collusion (at least in the United States).

[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] 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] 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 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

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] 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

[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] 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] 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] 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

[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 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

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: > > >

[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]

[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

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

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 ;

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

[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]

[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

[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] 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

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

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

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: >>

[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

[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

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

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

[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] 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

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] 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

[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] 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

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] 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] 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

[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] 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

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] 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] 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] 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] 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] 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] 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

[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

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

[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] 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

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] 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

[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] 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] 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.

[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] 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-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

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

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

[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] 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

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] 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] 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 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

<    1   2   3   >