473,787 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
1
1,012
thread by: _andrea.l | last post Aug 28 '05 by: Tim Van Wassenhove
pear work only with PHP5? Thank you in advance, Andrea.
5
3,790
thread by: Jonathan Mcdougall | last post Aug 28 '05 by: Jonathan Mcdougall
Using this xml file: // test.xml <?xml version="1.0"?> <test>é</test> (that's a &eacute;) and this script:
6
1,987
thread by: voipcanada | last post Aug 28 '05 by: voipcanada
hi and thanks to all for there help this is for an CDR(call details records) that are dumped by an telecom GK. Its dumped in say /voip/billing/ folder. Here is an sampls of the text that is dumped. http://starkom.com/bill20050820_000000 A new file called bill2005monthday_hours is written every day. I need a php file that can either or...
3
1,099
thread by: windandwaves | last post Aug 28 '05 by: ZeldorBlat
Hi Folk I loaded a website onto a new webserver (from some ISP that I know little about and I noticed that even though everything seemed to be working fine, it does not actually recognise variables. usually, if I have http://www.myurl.com/index.php?x=1 then $x == 1 in my php file. However, on this ISP it sure did not do this. Is this
1
1,029
thread by: siliconmike | last post Aug 28 '05 by: ZeldorBlat
Is there a specific setting in php.ini that I need to tweak, so that a script waiting for a long file upload does not time out or something ? (Or is this a stupid question ?) I'm new. Thanks Mike
1
1,073
thread by: siliconmike | last post Aug 28 '05 by: ZeldorBlat
I'm using php with apache that runs as user www on my unix box. How do I use exec function in php to execute a command not as www but as root ? Mike
5
2,123
thread by: Thierry | last post Aug 28 '05 by: Hero Wanders
Hello, I'd like to write a function who return a float with only two digits after the point. For instance : 12.34567 -> 12.34 Any help would be welcome Tkx, Titi.
2
40,078
thread by: alex | last post Aug 28 '05 by: alex
Hi, I'd like to get the name of the class & method I'm using. For example : class myclass{ function myfunction() { echo "class name : " . get_class($this) ; echo "method name : " . ?????? ; }
6
1,593
thread by: Hanjo Grüßner | last post Aug 28 '05 by: Bill Godfrey
Hello, I'm doing like this: if (strlen($Name_vor) > 0) echo '</table></fieldset>'; But the program never goes into the 'echo' branch.
2
3,063
thread by: ntilde | last post Aug 28 '05 by: ntilde
Hello, I'm getting this message trying to send mail from a form I'm sending over the browser using the mail() function: WARNING: RunAsUser for MSP ignored, check group ids (egid=0, want=51) Does anyone know what this is telling me?
3
1,240
thread by: Lorenzo Thurman | last post Aug 28 '05 by: Geoff Muldoon
I need a good example of how to send mail using PHP. I've used the mail() function, but I can't set the Reply-To address using it. Or can I? So I've been using sendmail instead, but I can't seem to figure out how to get the username in the header. Something like this: <first last> first_last@somewhere.com Escaping the '<>' is the problem....
5
2,343
thread by: ralphNOSPAM | last post Aug 27 '05 by: Mladen Gogala
Can anyone recommend a tool that can check a .php script for matching/missing braces? Thanks...
0
1,013
thread by: constanta_x | last post Aug 27 '05 by: constanta_x
"It means that each of the cells in my body is a self-contained, unspecializ ed organism," Joshua said. "How did you decide to become an agent?" "The audition is that bad?" I said. Silence again. Michelle Beck nearly died in February when a freak accident during the ramp- up to Earth Resurrected sent her spiraling into a coma. Since then...
4
1,184
thread by: Smitro | last post Aug 27 '05 by: Henk Verhoeven
Hi all, I'm currently on using PHP 4. (what ever the latest is) and I'm looking at moving to PHP5. Just wondering, should I have moved by now? is there a lot of people out their holding back? My biggest worry is will it break my site? I had a quick wonder through the Release notes and it doesn't look like any functions I normally use
9
1,717
thread by: pk | last post Aug 27 '05 by: Henk Verhoeven
Here is my problem. I want to make a webapp that will basically take the work out of finding what tool works for what situation. There are 5 factors that go into tool selection. 1)Material Group, 2)Insert Radius, 3)Insert Type and Size, and 2 others that I can't remember off-hand. There are probably about 1000 different scenarios that I...
0
1,455
thread by: _andrea.l | last post Aug 27 '05 by: _andrea.l
I'd like to use php5 but at my work we use PHP4. How can use both togheter? I work whith Linux Fedora 4 then I have PHP5 installed so how can install PHP4 and use PHP5 for my experiment and PHP4 for works? Thank you in advance, Andrea.
7
1,750
thread by: Louise GK | last post Aug 27 '05 by: Louise GK
Hiya. I am experimenting with a PHP program I'm writing. I'd like to have the PHP pretend to be a directory. I've managed to work out... example.com/myprog.php/hello and example.com/myprog/index.php/hello But I'd like... example.com/myprog/hello
3
15,463
thread by: bissatch | last post Aug 27 '05 by: Rincewind
Hi, I am trying to use phpMyAdmin but not getting past the start up screen. I am getting the following error: #1045 Access denied for user: root@localhost (Using Password: NO) I have went through config.inc.php to ensure that I have entered the
1
1,664
thread by: Jan Idealny | last post Aug 27 '05 by: Janwillem Borleffs
Hi, I want to make my uploading script resistent against malicious filenames. I want him to search for an inappropiate character in a given filename (stored in a variable) and then to print an adequate error message. Which function shall suit my needs? Best regards ji
9
1,821
thread by: Henk Verhoeven | last post Aug 27 '05 by: JXStern
We are not alone! "Where other MDA tools are generating programmingcode, Codeless chooses not to generate code at all". OK, phpPeanuts is not an MDA tool (it has no fancy modeling GUI). But it does generate application behavior straight from the metamodel, without generating code. And we did not need "a decade of know-how in maintaining...
1
1,831
thread by: diogoko | last post Aug 27 '05 by: diogoko
Has anyone been sucessful in getting/reading a RSA or DSA public key using the openssl functions? openssl_get_publickey should work with PEM files, but it doesn't... I've tried creating a X.509 certificate, putting the public key in there and getting it out with openssl_get_publickey, but it doesn't work either... All I want to do is...
35
2,991
thread by: R. Rajesh Jeba Anbiah | last post Aug 27 '05 by: Malcolm Dew-Jones
Nowadays in PHP world, the "noise" is about upcoming PHP6 <http://phplens.com/phpeverywhere/?q=node/view/212> <http://www.planet-php.net/>. Do c.l.php readers have any comments or suggestions? -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com
1
1,239
thread by: kingsleymyers | last post Aug 27 '05 by: Tim Van Wassenhove
I am looking for a PHP function that can display content from a separate site preferably with error handling. This is in lieu of using frames. Something similar to the ColdFusion tag cfhttp. Thanks in advance.
2
4,767
thread by: jw7u | last post Aug 27 '05 by: Wayne
I'm experiencing some very weird behavior. I have a simple script that inserts a row into the DB, then sleeps for 30 seconds. If I try to run the script concurrently by opening 2 browser windows, the 2nd instance will not run until the 1st instance of the script has finished executing (30 seconds). This is NOT what I expected. However,...
1
2,908
thread by: Ramza Brown | last post Aug 26 '05 by: Henk Verhoeven
Crazy, I know, but that is my question. Even google let me down: Anybody know of a lisp interpreter in php? And, I tried c.l.l. No dice. Even something similar. If you have worked with lisp, you know what I am talking about. Something to handle symbols, tags, keywords for example. --

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.