473,789 Members | 1,895 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,143
thread by: Sonalk | last post Nov 24 '07 by: coffear
hi everybody............ i have problem in my coding section........... how to delete the remaining records from a specified date(ex:last six date records i want to for a perticular user and remaining all other records which is less date from six last dated) from mysql database??? plz help me ......... thanks for your cooperation
1
1,541
thread by: jimenezkrause | last post Nov 24 '07 by: petersprc
Hello, I administrate a large number of Oracle databases for my company. Some DBs are easily structured and the staff responsible for keeping them updated are able to use an Oracle client (SQirreL, PLSQL/ Developer, or even MS Access as a client) to directly access Oracle and update their tables (without messing around with integrity...
0
971
thread by: roja | last post Nov 24 '07 by: roja
see the jop http://earnmac.blogspot.com
1
1,509
thread by: tommy123 | last post Nov 24 '07 by: petersprc
I want to use SOAP on php v5.2.4. In previous version of php, I use nusoap to develop SOAP but it seems not workable in v5.2 or later. What is the formal method for doing SOAP in php? or, any good framework to do it? Please advise. Thx.
0
1,005
thread by: roja | last post Nov 24 '07 by: roja
see the picture http://earnmac.blogspot.com
4
1,422
thread by: robin1983 | last post Nov 24 '07 by: robin1983
Hi guys, i have a php file to read to content, the following is the code <?php include "config.inc.php"; include "connect.inc.php"; if(isset($_GET)) { $id = $_GET; $query = "SELECT filename, filetype, filesize, content FROM candidate_table where id = '$id'";
3
5,874
thread by: cheesecaker | last post Nov 24 '07 by: Atli
For some reason, when PHP starts, it doesn't want to load some extensions that I KNOW are there. Here's the startup log: Parent: Received restart signal -- Restarting the server. Child 5176: Exit event signaled. Child process is ending. PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Apache2\php5\ext\php_exif.dll' - The...
9
5,220
thread by: camphor | last post Nov 24 '07 by: Atli
hi, I am very new to PHP and trying to set up a virtual host in Apache so I can test the protx Form PHP Intergration kit I received this message after I restarted Apache: Syntax error on line 466 of c:/server/conf/httpd.conf: invalid command 'DocumentRoot/www/server/htdocs/VSPForm-kit' perhaps mispelled or defined by a module not included...
7
4,949
thread by: mkneze | last post Nov 23 '07 by: Toby A Inkster
Hi guys, Is it somehow possible to disable DST in date() function? I am currently in UTC+1 timezone which has DST enabled but data i am processing are throughout the year in UTC+1 without DST. So, how can i disable automatic DST processing of date() function? Thanks in advance!
7
2,089
thread by: nicemotion | last post Nov 23 '07 by: Acrobatic
Hi all, the following easy script correctly insert a record in the DB but is not moving the images (Logo and Foto) to the server /foto folder. can't understand why 'cause the script is easy and correct and i guess it loses the $file_temp var (actually the printout of $file_temp0 return nothing) i even tryed to write it repeating the...
10
7,563
thread by: Luigi | last post Nov 23 '07 by: =?ISO-8859-1?Q?Oliver_Gr=E4tz?=
Hello all! I'm a newbie in PHP. I have written a short script that tries to update a SQLite database with the user data. It is pretty simple, something like this: <?php $sqlite = sqlite_open("mytest.db", 0666, $sqlite_error);
3
1,582
thread by: Michaelp | last post Nov 23 '07 by: Acrobatic
Hello! I see that I can access a superglobal element using the index this way: print("<p>$_GET</p>"); //(element index without any delimiters within a double-quotation-mark-delimited string) But not this way:
0
1,154
thread by: paul | last post Nov 23 '07 by: paul
The first open source hospitality network http://www.bewelcome.org You can download the whole source code and test if on your local sever http://sourceforge.net/projects/bw-rox/ Install instructions for windows installs http://blogs.bevolunteer.org/blog/2007/11/07/hello-world/ others...
1
2,043
thread by: AirYT | last post Nov 23 '07 by: C. (http://symcbean.blogspot.com/)
Howdy, Does anyone out there have a solution to determine the number of messages in Qmail's queue(s) from PHP (ie. via a qmail-qstat call or something else)? i have done a lot of google searching, but have turned up nothing so far. any help would be greatly appreciated. Thanks,yt
1
1,137
thread by: Goldenlamp | last post Nov 23 '07 by: coffear
Hey.. I'm getting an error.: Warning: in_array() : Wrong datatype for second argument in select_audio.php on line 43 I'm uploading a audio-file (au). The Database has a id int auto_increment word varchar(255) The ID should give the audio an id with link to the word. I'm making a dictation..
5
1,414
thread by: jodleren | last post Nov 23 '07 by: Jerry Stuckle
escuse me the keyboard in Tallin airport i work on http://panbaltica.com/docman/action_popup.php i have one session_start which causes 2 errors i send headers not to cache the page then the session_start - it should be elsewhere it is a test - anyway, i want to create the sesseion and stop caching of the page i had somethiing which...
5
1,576
thread by: jodleren | last post Nov 23 '07 by: jodleren
Hi! I started a thread app 2 weeks ago and redlied to that, but it seems to be so low in the list, that it will not be seen. My problem - I need to transfer the sesstion to another page? say page1.php goes to page2.php ( <a href="page2.php") ? So, s start_sesstion, $_SESSION=fsdgdf should be readable by
1
1,375
thread by: phpnewbie112 | last post Nov 23 '07 by: assimlation
Hi everyone, I am new to php and I was trying hard to alter an existing script ut I didn't succeed to... I have 2 databases: - Categories (catid, shortname, description) - Transactions (date, amount, balance, user) in the categories I have 9 categories. the script displays the categories as checkboxes to choose from. I want to add the...
1
2,004
thread by: dhiraaj1983 | last post Nov 23 '07 by: dhiraaj1983
I have been trynig to implement the Google Adwords API in my account. For this i downloaded their API library with PHP scripts to run the projexct. It required me to uncomment php_curl.dll and php_domxml.dll in the php.ini settings. when i did that it gave me ample of errors. Then I read various forums and pertaining to that I downloaded the...
1
2,531
thread by: luftikus143 | last post Nov 23 '07 by: luftikus143
Hi there, I would say that the PEAR package is correctly installed. I added the OLE package ( $ pear install OLE ) and the PEAR Spreadsheet Excel Writer ( $ pear install Spreadsheet_Excel_Writer ), but my PHP script is still telling me: Warning: main(Spreadsheet/Excel/Writer.php) : failed to open stream: No such file or directory in XXXX...
3
1,153
The1corrupted
thread by: The1corrupted | last post Nov 23 '07 by: Ranjan kumar Barik
How can I get PHP to display a number as currency? You know.. the whole $##,###.## (E.G.: $32,092.89)
15
1,819
thread by: jools | last post Nov 22 '07 by: jools
I'm having trouble modifying some code written by someone else. The code is very dense and obscure but does work fine. However I need to insert a block of my own and I've hit what I assume is a buffering problem.(If there's another answer I'd be grateful ...) The problem is PHP is refusing to do things in the correct sequence. I've tried...
0
976
thread by: Paul Hodel | last post Nov 22 '07 by: Paul Hodel
www.ue.com.br/hermes3_2.zip
3
4,601
thread by: Richard | last post Nov 22 '07 by: nice.guy.nige
Hi, I wonder if you could advice me on the best solution. I will receive from my client a raw data with locations of their stores, which probably would look like this: "B&Q, Industrial Park, Huntingdon, Cambridgeshire, CB23 2KK, 01480 7131313" What I need to do is add to the website a location finder by typing a
2
2,315
thread by: Sam | last post Nov 22 '07 by: Sam
Recently started using DB_DataObject with a Postgresql DB. Seems pretty nice, but I am not sure if insert() is supposed to be able to return the id of a recently returned object. It just seems to return 1 for me. I'm not really sure if DataObject gets confused because it would like to create the sequences itself which have been created for me...

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.