473,768 Members | 1,465 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,036
thread by: 848lu | last post Nov 27 '07 by: pbmods
hi, im trying to do a search on my Array, where a users searches on a HTML screen and then the PHP searches the array for the data under the roice entred by user.....text file data is under the php code <HTML> <BODY> <? $filename = "cdlist.txt"; $filepointer = fopen($filename,"r"); // open for read $cdArray = file ($filename);
1
1,509
thread by: dsudhakara | last post Nov 27 '07 by: pbmods
In my queues.conf file my text message are stored here .I want to retrieve particular campaign modify some words in particular campaign and return to save the same queues.conf file .Plz give me coding. example queues.conf ---------------------------------------------------------------- eventwhencalled = yes strategy = leastrecent...
2
1,316
nathj
thread by: nathj | last post Nov 27 '07 by: nathj
Hi, I'm currently working on a new system and have built a number of objects for controlling data access user properties etc. I want to pass the object between pages. The site works in the following way: Login.php - accesscheck.php - valid credentials? - N - login.php Login.php - accesscheck.php - valid credentials? - Y - mainpage.php ...
1
1,594
thread by: Teamwolf | last post Nov 27 '07 by: pbmods
Hi, I am currently finishing integration with a third party payment gateway and my own bespoke shopping cart. Currently:- My checkout process page adds all the order and customer data to my database tables. There is an HTML form in the HTML of that page that is submitted by JavaScript onload that posts the required data I have already...
1
1,766
thread by: helraizer1 | last post Nov 27 '07 by: pbmods
Hi all, I have a dynamic image that picks out data from a dynamically created .line file. showimage.php(5) <?php include("linesfile.php5"); $linesDataFile = new DataFile("data.line");
1
2,621
osward
thread by: osward | last post Nov 27 '07 by: pbmods
Hi everyone, Background 1. I have a table that consits 400+ rows of data and is growing by day. The table already has paging links at the bottom but I restricted to display rows of data only >= current date. Otherwise, user have to waste time to page up the pages to find the current date 2. I got a script of simple calendar from the web...
1
1,196
AMT India
thread by: AMT India | last post Nov 27 '07 by: pbmods
When attempting to search "A" ,want to search all words with occurance of "A" and special character like Umlauts? Thanks in Advance AMT
1
1,148
thread by: sihuh | last post Nov 27 '07 by: pbmods
I'm currently stuck in the process of creating a search engine for my system. Can someone please help me with the coding? Criteria: 1. Able to search the text typed into the text box in ANY fields within a certain table in the database. Example: when you type 'a' in the text box and click search, the system will search and fetch all...
0
1,260
thread by: vozzek | last post Nov 27 '07 by: vozzek
EDIT: Nevermind, I fixed this by using a <BR /> instead of trying to write option_a to a new row of the table. Thanks all! Hi all, This has been haunting me for over a day now, and I can't understand what's wrong with it. My shopping cart table's format is misaligned, and I have no clue why. Please help! My PHP code is pulling the cart...
3
1,487
thread by: nicemotion | last post Nov 27 '07 by: Michael Fesser
Hallo, i need to insert in the 'MarcaLinea_Pdf' field the value of the var 'recordID' sent from a page ( insert_pdf.php?recordID=14) it's easy, i know, but... Also, how to Printout the value of recordID ? The insert code is as follows:
3
1,313
thread by: AffanToor | last post Nov 27 '07 by: MarkoKlacar
Respected, I have to build the online lecture system in which the professor/teacher deliver the lecture and every one who register are listen the lecture I create the registration form. I have the problem of voice communication so how I can capture the voice of professor/teacher and shared to all register user I am using php and mysql please...
2
1,235
thread by: sai narasimha reddy | last post Nov 27 '07 by: sai narasimha reddy
Hi all, I learned php long time ago and developed some good applications using it. But i've never worked with PEAR package. i mean i'm completely new to PEAR. So, could anyone tell me where to start PEAR. some good tutorial links is appreciated.
12
3,563
thread by: Acrobatic | last post Nov 27 '07 by: Toby A Inkster
I'm trying to store user passwords in a MySQL database. I learned the hard way that using MySQL "DECODE" and "ENCODE" doesn't seem to work cross-platform, but if I encrypt on the server side with PHP's md5 function, will it work cross-platform (or cross-processor?) Thank you for any advice
6
3,686
thread by: priyakollu | last post Nov 27 '07 by: code green
hi guyz!, im using win xp, xampp version 2.5 Requirement: Upload resume from form and store in database and this would be "register.html" file later i want to retrieve that resume from database n display it in "registerdisplay.php" cud u plz guide me how to acheive this........ i have hosted this site in godaddy.com problem is ...
5
2,121
thread by: alexandis | last post Nov 27 '07 by: alexandis
I have the following multi array like this: = ="A", ="B", ="C" ] = ="A", ="C", ="D" ] = ="B", ="A", ="B" ] = ="B", ="A", ="D" ] It should be transformed into this: = =, = ],
10
7,074
thread by: mishrarajesh44 | last post Nov 27 '07 by: mishrarajesh44
hii all, I am facing a problem currently.. i have a script for image uploading and resizing.. the image uploading takes place properly for every size images.. but, the resizing works for only small sized iamages.. for eg. resizing takes place for 70 kb sized images but fails for 600kb or more.. my code is below..
1
1,167
thread by: FNA access | last post Nov 27 '07 by: FNA access
Hello All, I have configured php apache and mysql at home and have coded with relative success. I have signed up to a web hosting company and am operating on a shared server. PHP 4.4.4 is configured on a linux box. This set up is an FTP site. I need to FTP my pages to the server.
1
1,951
thread by: hotrod57 | last post Nov 27 '07 by: pbmods
I am trying to append the results from a form to a text file. My code is supposed to print out the results on one page, and append the results to another page each time data is entered on the form and the submit button is hit. Unfortunately, it is only printing out the message acknowledging the submit button--no data on either form. Here is the...
3
1,341
thread by: John | last post Nov 27 '07 by: John
Hello, I have a good PHP script that I would like to use and want to convert it to Ajax. It's basically a text only search program so Ajax would work perfect. My questions is what is the easiest way to convert it over. I'm kind of a NOOB to all of this and have messed with PHP, AJAX etc. a little bit here and there. If someone can...
5
1,165
thread by: Amzul | last post Nov 27 '07 by: pbmods
hello all is it possible to upload a file without refreshing the page? snippt anyone? an idea? thanks
4
2,667
thread by: ddolgoff | last post Nov 26 '07 by: Kailash Nadh
Hello to everyone, I have a problem of managing a session with cookies and "session_set_save_handler()". I want to use php's built-in session management mechanism with user-level session storage functions to store session data on the client in cookies. The simple implementation that I have works well under PHP 5.2.0 , Apache 2.0.54 and...
2
2,245
thread by: ManWithNoName | last post Nov 26 '07 by: ManWithNoName
I’m almost there. Almost there -- almost there I tell you. In the last 24h (literally -- I haven’t slept at all) I learnt PHP 5.2 Zip stuff, mcrypt, and a little about how to launch external programs from php. (exec/system). Now. My problem. I have a zip protected file, that I need to load “on demand”, so that I can stream its content. ...
2
3,745
thread by: RuthC | last post Nov 26 '07 by: Markus
Hi, In my website there is a facility for user to create there own pages we are maintaing this url as www.mywebsite.com/mypage/user created page name ex : www.mywebsite.com/mypage/ruth user created page name can contain alphanumeric charecters including '_' (no white space) I am using this code to redirect the user created pages ...
1
2,508
thread by: maheswaran | last post Nov 26 '07 by: pbmods
Hi I have tring to run a simple test script using ioncube loader (like echo "welocme"l). I could not . In my server ioncube is installed and run successfully (some thrid party script).Any one tell or give me any example to me. Thanks in advance
1
2,076
thread by: binhvu54321 | last post Nov 26 '07 by: pbmods
I've create a dll by C++. I don't know how to use it from php. Plz, 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.