473,799 Members | 2,935 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.
9
1,345
thread by: rik | last post Aug 11 '05 by: NC
What would people consider to be the difference between being a decent PHP programmer and being an excellent/advanced developer? Would you look at someones knowledge of the PHP language and how it works? What they know about planning large projects? Experience? What sort of things would YOU be looking at if you were recruiting someone...
0
431
thread by: dk_sz | last post Aug 11 '05 by: dk_sz
Can anyone point me to a guide or something for conversion? I tryed http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html but it doesn't work (not all parts anyway) - and as I can't find a working IDE/debugger combination I can't currently figure out why. I need to translate following code:
0
1,111
thread by: F.N. | last post Aug 11 '05 by: F.N.
Hi, i´m new in php. This is for newsletter subscription How can I add the following: 1.- email already in database 2.- subscribe/remove (from two radio buttons) Like www.siteinteractive.com/subscribe/ "Join Our Mailing List"] To this code (or change it):
2
2,602
thread by: st | last post Aug 11 '05 by: st
hi, Here is the message I'm gettting : b>Fatal error</b>: Call to undefined function: pg_connect().......... I'm using zend studio. Any help would be great,thks
2
13,350
thread by: volantecho | last post Aug 11 '05 by: volantecho
hi, i m using webmin to create a cron job of a php script. While i click on 'run it now', it works, generate the output. However, the php script doesnt execute for every minutes which i've set to. besides the php scripts, i have other scripts run under cron jobs, such as perl scripts and log files. I couldnt understand why my php scripts...
2
2,454
thread by: bissatch | last post Aug 11 '05 by: bissatch
Hi, I am currently writing a simple PHP program that uses an XML file to output rows for a 'Whats New' page. Once written, I will only require updating the XML file and any pages that use the XML file will get their row content from there. The rows may look some thing similar to this: - Added <a>mailing list</a> functionality to...
0
1,161
thread by: giuliano | last post Aug 11 '05 by: giuliano
Hi, I'm trying to use pcntl_fork to speedup some checks I do on remote servers. The problem is the 2nd child is created only when the 1st has finished the execution of the whole inner for block. here's the code: $childs=0; //contatore childs for ($childs=0; $childs<MAX_THREADS;$childs++) { //MAX_THREADS is the maximum
1
2,145
thread by: John Smith | last post Aug 11 '05 by: Tim Roberts
I'm writing a service which accepts a POST call, updates a database and returns raw HTTP headers as specified below: HTTP/1.1 200 OK Content-type:text/plain Content-length:3 OK The code runs, and returns my headers, but only after its own:
3
2,428
thread by: MrKrinkle | last post Aug 11 '05 by: MrKrinkle
How do I make an xml file with this in it, using the xml api's in php 5.04? <!DOCTYPE abcdef >
3
1,764
thread by: Google Mike | last post Aug 10 '05 by: Google Mike
On Linux, I need to ask what your favorite installation options are for a PHP app as a kind of poll. In this first part, I discuss the Install Wizard choices. In Part 2, I discuss the database configuration choices. Consider SugarCRM. It's really an SDK that you customize. Knowing that, you might want to download about 4 to 30 different...
1
1,861
thread by: awaegel | last post Aug 10 '05 by: pdt256
Hello, I've been running php/apache/etc locally on my powerbook for a long time, but am having problems activating freetype with a new version of php. I'm using: php 4.4.0 freetype 2.1.10 (compiled from source) gd 2.0.28 (came with php)
2
7,939
thread by: gardnern | last post Aug 10 '05 by: Andy Hassall
Is it possible to get the expiration date/time of a cookie? I need to limit someone to visiting a couple of pages for 45 minutes max and would like to show them how much time they have left. I dont think a javascript timer will work, because the timer should continue where it left off at on the previous page. Any suggestions?
1
1,111
thread by: Oak Hall | last post Aug 10 '05 by: Andy Hassall
In PHP, Is there a way to end a windows process not started by php? Thanks Oak
4
1,202
thread by: Angelos | last post Aug 10 '05 by: Justin Koivisto
Ok ... I want to Create a Content Management System that I will add pages and then it will automatically create a menu system and add each page in it.... Also if I have a page with products... it should also add the products and create the Menu system for them... I know it is possible... I am just too busy to start all over and I was...
1
1,320
thread by: Don Hinshaw | last post Aug 10 '05 by: Kristofer
Hello, This is my first post to this list, so forgive me if this is very basic. I have a file: overview.php that is including another file dolan_header.php I have tested it on three servers...on two of them it works perfectly, and on the third (the client's server) the header file fails to load the first ~12 lines of code. A...
1
1,253
thread by: Ward B | last post Aug 10 '05 by: Kristofer
Greetings. I'm somewhat new to this whole MySQL/PHP thing and need a little help. My web hosting service uses phpMyAdmin and at the bottom of the screen iis an area where I can upload a text file to populate a table. I have a table named groups with two fields: groups_id auto-increment primary groups_name
1
1,291
thread by: julian_m | last post Aug 10 '05 by: Kristofer
I've the following code: mainpage.php ---------------------------- <FRAME name="framesuperior" src="framesuperior.php?a_caller=inicio"> <FRAME name="framecatalogo" src="frameinferior.php?a_caller=inicio"> ----------------------------
9
2,404
thread by: Rune | last post Aug 10 '05 by: R. Rajesh Jeba Anbiah
Is it best to use double quotes and let PHP expand variables inside strings, or is it faster to do the string manipulation yourself manually? Which is quicker? 1) $insert = 'To Be'; $sentence = "$insert or not $insert. That is the question."; or
4
2,715
thread by: Nimit | last post Aug 10 '05 by: matt
Hello! I have developing a PHP/MySql web application with a team. We are all located in different locations, so we cannot have anything running on one local server. We have a CVS setup on a virtual host for the php files, and that has been working out great. Everyone has a local copy of the site, that they can work on without being...
5
2,272
thread by: el_roachmeister | last post Aug 10 '05 by: R. Rajesh Jeba Anbiah
For being a good web programmer, is a course on data structures important? It seems php already has built-in functions for what they teach in a data structures course. On the other hand all universities seem to teach this class. I tried taking one but just found it too boring and irrelevant for what I was doing. What are your thoughts?
0
2,017
thread by: Baba9 | last post Aug 10 '05 by: Baba9
Dear All , Baba9 Web Software Pvt. Ltd. is a software firm based in Bangalore, India. We provide solutions in the field of LAMP technologies. We specialize in off-shore development services to our clients in Europe, in the field of web development and web designing.
1
1,121
thread by: webguynow | last post Aug 10 '05 by: Steve
I know its some extra coding up-front, but everything is modularized; You should be able to use Templates, minimize interactions and bugs. So, are their any typical guidelines. (no evangelists, please - I go to church)
1
2,338
thread by: Chris Widmer | last post Aug 10 '05 by: Colin McKinnon
hi group, i want to visualize a tree structure using php. an output png would be best, i think so i was trying to find a library that does that for me. any ideas? thanks, chris
2
1,782
thread by: jzz | last post Aug 10 '05 by: jzz
I have the following HTML code, which executes a PHP script. ============================================================================= <!--HTML CODE--> <html><head><title>Vulneraility Scan</title></head> <body><form method="POST" action="n2.php"> Host<input name="address" type="text" value="IP Address"> <input type="submit"...
12
5,198
thread by: Grunff | last post Aug 10 '05 by: Chung Leong
I'm experiencing an interesting problem with carrying a php session over from http to https. Much googling later, I'm still stuck. The application is an online shop, where some user data is stored in the session. As the user proceeds to checkout, we switch over to https. This is all done on the same physical server, under the same domain...

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.