473,898 Members | 4,033 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.
0
896
thread by: AK444 | last post Jan 22 '08 by: AK444
Hi Guys Good news is 23 Electronic and Computer Science video courses are free, No login, No fee. All you need to have is real player installed on your PC. Electronics is at http://freevideolectures.com/electronics/circuits_and_electronics.php Computer Science is at...
2
2,157
thread by: runway27 | last post Jan 22 '08 by: code green
presently i have a table in which there are records and the fields are slno (this is a primary key auto increment), firstname, lastname, email, date(which inserts as a date format) these records are presenty being inserting from a html form. this works fine. i have additional data that is on paper and this paper data needs to be added to this...
2
1,438
thread by: sdastouri | last post Jan 22 '08 by: C. (http://symcbean.blogspot.com/)
Hi Guys, I need some help. I am using php_move_file to upload some files to the server. I want to be able to support large files. But the Apache settings is that after 90 sec. the connections resets. This becomes a problem with large files (slow links). Is there anyway to write a script that would refresh in the background. Also is there...
1
4,483
thread by: Zeba | last post Jan 22 '08 by: C. (http://symcbean.blogspot.com/)
Hi ! I have been given a php codebase. For now I have installed php plugin into my eclipse so that I can work with my java files at the same time. My problem is this: All the php files in the codebase are given in the following pattern: require_once ('cg_ajax/BaseAjax.php');
1
1,901
thread by: B | last post Jan 22 '08 by: GarethAtFlignet
Hi, I am using mkdir to create a directory and upload files to it. Unfortunately the folder is accessible via the url to any user, which is creating problems. How can I manage permissions with mkdir so the folder is not availabe via the url path thanks :)
1
2,149
thread by: codejunkie | last post Jan 22 '08 by: MarkoKlacar
Hello everyone. Matt here. I've been struggling to find a solution to this problem. I need to scan a page for ALL and ANY links but preg_match_all as in this script can never do it: <?php $URL = 'http://google.com/search?q=gold'; preg_match_all("/<a href=(.*?)?/i",file_get_contents($URL),$matches); print_r($matches); ?>
2
1,125
thread by: Nelson Joseph | last post Jan 22 '08 by: Nelson Joseph
Hi all, $mailbox = imap_open("{mail.mydomain.com/pop3:110}INBOX","$emailaddress","$password") The above code is working properly in local machine. But It doesnt work when this page is uploaded into site. Please tell me the reason. Thanks in advance.. - Nelson
1
4,694
thread by: Mandragon03 | last post Jan 22 '08 by: Tim Roberts
I need to get the numeric value of a utf-8 character. Is there a way to do that with php? I have had no luck thus far. Thanks for your time!
0
1,232
thread by: ManWithNoName | last post Jan 22 '08 by: ManWithNoName
The following question is related to this thread: XSLT, document() function, filename, read non-standard/English characters (like µ) I have a XML file with a non-English character in its name (e.g. "µ.xml"). The file is loaded in a XSLT file with the XSLT function document(). While the XSLT document is being processed and the result shown...
0
1,484
thread by: WebCM | last post Jan 22 '08 by: WebCM
I hope you can spend some time and help me to select proper application design and programming issues. :) I'm making new version of CMS. I've been mostly theorizing about it for a recent months. Main Goals The main goal of this CMS is speed and performance. It should work fast on slower or overloaded servers. Other goals are: easy appearance...
26
3,678
thread by: warth33 | last post Jan 21 '08 by: warth33
Hello I have a php site. Some page needs to call an external program. The programs are home made c# applications. It uses to work without problem. For a while. Maybe it work for some hour. Or for a day. Or even for a week. At a certain point, when a php script calls the exe file, the application freezes. The following happens:
6
1,231
thread by: neoblackviper | last post Jan 21 '08 by: neoblackviper
ok i have added a include as i do to all over pages playing around with some date manipulation <?php ini_set("display_errors", 1); include('dateadd.php'); $temptime = time(); echo strftime('%Hh%M %A %d %b',$temptime);
1
3,362
thread by: molle | last post Jan 21 '08 by: Atli
Hi! I have database-table with different texts, in which the %-sign is used. When I retrieve the info with SQL and PHP and display the texts with echo, I see that the percent-sign is there. I then want to get that data into a flash-document with a LoadVars. I have embedded the %-sign for the dynamic textfield, but it won't show it anyway. I...
2
1,259
thread by: ankit123 | last post Jan 21 '08 by: Atli
Respected sir, my question is that i want to fetch value in textbox by id. how can it is work in php? and the same problem in update. i am php beginner so i don't know how it works plz reply me early. thanks.
4
3,182
thread by: cjacks | last post Jan 21 '08 by: Atli
I have 2 tables linked by a common field. users ------ id ....more columns users_profiles -------------- users_id
3
1,323
thread by: comatose28 | last post Jan 21 '08 by: Atli
Hello all, I am having a problem displaying a txt file I have. I have code to parse it but I do not know how to display the information. The code I have is: <?php // Process server data if ( $fdsStatusTXT = file_get_contents ( "fdsstatus.txt" ) ) { $fdsStatusArray = explode ( "\n", $fdsStatusTXT ); // Create gameData array $gameData...
3
3,044
thread by: madhawa84 | last post Jan 21 '08 by: dlite922
i suppose build a online library management system as my final year project using php. at the lending process of the system the books are scanned data are tranfered to9 the data base? how can i achieve that.is that possible to incoporate other languages to achieve it
6
2,301
thread by: mtgriffiths86 | last post Jan 21 '08 by: dlite922
Where do i begin...well I am attempting to build a league management website that will automatically work out league tables, fixtures and results. The first problem that i have is this: To automaticaaly work out the fixtures i plan on having the highest point scorers from the previous month to play against the 2nd highest point scores and...
1
1,618
thread by: rahia307 | last post Jan 21 '08 by: Markus
hi everybody i want to send html email using php. please help me if any body have idea about it.
2
6,701
thread by: Bint | last post Jan 21 '08 by: Virginner
is there any way to concatenate files in PHP? thanks B
3
2,080
thread by: robin1983 | last post Jan 21 '08 by: rpnew
HI all, how are you ? i need help from you people. This time my problem is that i m running a query inside another query. But, the result that i got is something not exactly what i want. and one problem its only showing the result that is affected by the inside query. syntaxt is some thing like this $sql = "run some query"; $result =...
5
6,823
thread by: mandarchalke29 | last post Jan 21 '08 by: Markus
Dear sir, I have created a windows using javascript's window.open method. So is there any method by which i can get the name of that window using PHP. Mandar
2
1,914
code green
thread by: code green | last post Jan 21 '08 by: code green
What is the best command line equivalent of $_SERVER. I have recently written a number of scripts to run from an intranet that generate reports written to CSV and XLS files that can be downloaded. I have extended these scripts to zip and email the reports to personnel. I am now trying to automate the scripts by calling them from Windows...
0
1,090
thread by: MalcolmCSH | last post Jan 21 '08 by: MalcolmCSH
Hi all, I need to create a PHP script to read and parse a set of changing web pages for certain keywords for my project, can someone help me out here with the coding? Much appreciated.
1
2,384
thread by: backups2007 | last post Jan 21 '08 by: stepterr
What I need to do is be able to pass a variable that gets assigned as a selected value to a dorp down box. I need to pass it to another page. Please help.

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.