473,815 Members | 2,744 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
2,289
thread by: R.A.M. | last post Jan 8 '08 by: R.A.M.
Hello, I have installed (in Windows XP) Apache, PHP5, XDebug and Eclipse PDT. Then I configured XDebugging according to: http://devzone.zend.com:80/article/2930-Debugging-PHP-applications-with-xdebug The problem is that although after pressing Run | Debug debugging starts (in browser), Eclipse does not stop at breakpoints (it looks like...
15
2,447
thread by: dreen1 | last post Jan 8 '08 by: Taliesin Nuin
Hello! Does any one of you know about some kind of PHP IDE (or at least an editor with syntax highlighting) that works online? It would be absolutely great if there was something like Google Docs, but for programmers with at least some features normal IDEs provide (support for JS and HTML would be great too). Reason for such need (at...
1
1,152
thread by: pspwzrd | last post Jan 8 '08 by: nathj
Hi i am a admin in the clan |Gp| (www.clan-gp.com).i am also the web-designer.i am looking for anyone who could help me build a php code that has a from etc that new members to the clan can fill in, then a page to display the current memebrs how long they have been in the clan ETC.maybe also have them on a say week trial then an admin has to...
1
1,872
thread by: fruityfreak | last post Jan 8 '08 by: Markus
Anyone have any idea on how to draw a line graph with php using the data from mysql.
2
1,352
thread by: bhanu1208 | last post Jan 8 '08 by: nathj
hello sir, I am new for programming .so just now i learn the concepts in php. so i have some doubt regarding to the drop down list. How to retieve the tables from data base by using drop down list ?
0
958
thread by: koldstar | last post Jan 8 '08 by: koldstar
Hi I'm trying to convert a pdf file to jpg using ImageMagick. If I run the code in a command prompth it works. Command code: convert a.pdf a.jpg PHP code
7
1,335
pradeepjain
thread by: pradeepjain | last post Jan 8 '08 by: rahia307
hii guys, we usually get url's in php by "REQUEST_URI" ..but how do we get the url of dynamic urls like this /abstract?ID=$i ..here the $i wll be changing according to php script...how to finding matching cases... any suggestion on this. Thanks, pradeep.
1
1,318
thread by: sejal17 | last post Jan 8 '08 by: PareshRathod
hello everyone, This is my code: if($i==1) { echo "first time"; $i++; echo '<script language="javascript">document.location="'.basename($_SERVER).'";</script>'; //it reloads my page } if($i==2)
0
1,197
thread by: boss1 | last post Jan 8 '08 by: boss1
hi all, i am having a problem with php & oracle connection.i m using oracle 8i & php4.3.6 version on Win2000 professional. when i run the connection script.i find a fetal error. Fatal error: Call to undefined function: ocilogon() in C:\Program Files\Apache Group\Apache2\htdocs\oracon.php on line 6. can anyone plz. help me?
1
1,226
thread by: imurchique | last post Jan 8 '08 by: rpnew
hi! im olive, i only new the basics of php and i have this problem..our website has it's own feedback form but for some reasons it's not working, can someone help me find what could be the problem in the script coz everytime i hit the submit form in the feedback form page it always return the error 'Invalid Entry: Hit your browsers back button and...
3
1,548
thread by: ogo796 | last post Jan 8 '08 by: spudse
hi there! i have a problem manipulating a text file using php. I want to write information posted from an html form. from the example below i want to upload the file and it must be under the specific year and the number must be i sequence. i want the php script to check the year and the number and post the new file under the specific year and...
6
1,403
thread by: mukeshrasm | last post Jan 8 '08 by: nathj
Hi I have a dynamic table of 3 cells in which fields are coming from database. I want to save the record after moving row up or down. means the last position of the data in the table to be saved. But I don't know How to do this? Thanks!
1
1,169
thread by: satyakrishna143 | last post Jan 8 '08 by: praveenkrg
from where i can get the php freedownload how to install and configure php and iis in xp professional
6
1,607
thread by: jodleren | last post Jan 8 '08 by: jodleren
another topic though related to the previous post. How do IF behave in php? Say, if( $goahead && copy($somefile1, $somefile2) ) echo "hello world"; What if $goahead is false, will the if the fall, or test all of the statements?
0
1,025
thread by: sejal17 | last post Jan 8 '08 by: sejal17
hello Everyone, I am using Snoopy 1.2.3 for getting webpage info. I m trying to submite first page links using snoopy class.then after the pages that those submited links redirect contains another links. at this time i want to store those second page links in array and then refresh the page.after refreshing page I want to submite,...
6
2,827
thread by: bnashenas1984 | last post Jan 8 '08 by: balanagaraj
Hi everyone I'm making a new website for a swedish company and the problem is that users from outside sweden should not be allowed to register on this website (because of security reasons) What I found on google was that everytime users try to register the registration page should send a request containing users IP address to a website called...
2
3,599
thread by: cssExp | last post Jan 8 '08 by: cssExp
Is there a any way to watermark with another image (like a 24bit transparent png), and able to set opacity, preserve quality etc using imageMagick(not with magickWand). simply put how can i watermark a image with another with imageMagick i want to be able to set -gravity and also set opacity. Please help.
0
1,079
thread by: bdbeames | last post Jan 8 '08 by: bdbeames
I have a oracle/php question I'm moving a site from postgres/mysql to oracle. In the past I've written a funtion for my database connection and stored it in initialize.php then I included the file on pages where I need to use the function. The function follows: function initialize() { $user= ***; $pass=***;
0
1,028
pradeepjain
thread by: pradeepjain | last post Jan 8 '08 by: pradeepjain
Hai every one, My client wants to enter Cc in somewhat this manner say name email id,name1 emailid2 ... I tried using space in between name and emailid but it did not work bcos the Cc interprets space as ". "...next i tried name<emailid> the mails goes properly but in the preview of...
7
4,509
thread by: R.A.M. | last post Jan 8 '08 by: Aaron Saray
Hello, I have started learning PHP5. I would like to programme in Windows XP and Fedora Linux. I have found two IDEs for PHP (if I understood correctly): - Eclipse PDT, - EasyEclipse for PHP. What is the difference? Which one to choose? I would like to debug my applications. Please help. Thanks in advance. /RAM/
6
1,656
thread by: ysoussov | last post Jan 8 '08 by: Steve
Hey does anyone know of an easy script to use to figure out whether the current date is a weekend or not, i currently have a script that returns the current date and time. Also it would be great if it could take into account holidays.
3
1,312
thread by: Hugh Oxford | last post Jan 7 '08 by: Rik Wasmus
Can anyone recommend an approach to internationalization? I am specifically concerned about the need to append an &lang=xx to every internal link and URL. I really don't want to have to manually do this if at all possible. Is there an approach anyone has taken to this problem, perhaps some way of autogenerating the query string, or avoiding...
14
1,565
thread by: Gilles Ganault | last post Jan 7 '08 by: NC
Hi One of the ways to raise performance for PHP apps is to separate static contents from dynamic contents, so that the former can be compiled once into cache. Can someone give me a simple example of how this kind of thing is done when making calls to MySQL? Thank you.
3
1,906
thread by: Rowan | last post Jan 7 '08 by: Rowan
I'm trying to enter data from an array ( eg entry1=(x=>y,a=b), entry2=(x=>y,a=>c)) I'm trying to use place holders to dump the data. It maybe late but I can't get this to work. below is the actual routine used to exec. any idea on how to better format this. <snippetsql statement INSERT INTO contacts ( name_first, name_last,...
0
1,333
thread by: cosmok | last post Jan 7 '08 by: cosmok
I need people to test a new app that I have created: 'History!'. History! is a personal web history manager. It allows you to save, bookmark and tag the page that you are currently reading and gives you the ability to locate the page at later stage. Requirements: Firefox (with JS enabled), Web Server running MySQL and PHP. A Firefox toolbar...

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.