473,813 Members | 3,898 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.
3
1,674
thread by: speedmaster | last post Oct 10 '07 by: ak1dnar
hi, my problem is that i have created contact form in this i filled all my fields sends it to the others email address, the mail is recieved by the person but the senders name is not displaying in the reciptent's mail so here is code i have used it plz have a look an give the possible solution. code is: <?php $name = trim($_POST); ...
1
2,116
thread by: helraizer1 | last post Oct 10 '07 by: Motoma
Hi all, I'm not sure whether or not this is PHP or not, though I'd assume so with the Dynamic Images and OOP. I am currently implimenting user accounts on my website and to stop bots I was thinking of including a CAPTCHA image. Most people use generated images from the EZ-Gimpy program, but not all. I was wondering how, using PHP with gd2...
6
10,797
thread by: nextpulse | last post Oct 10 '07 by: dkruger
On Fedora, using php5. The mail() function returns a success - but the mail itself is not actually sent. How do I go about debugging this? Do I need to do this at the linux command level to ensure mail is working? any logs i need to look at?
4
1,090
thread by: webandwe | last post Oct 10 '07 by: webandwe
Hi, I am looking for a free php mysql directory script that will allow you to upload logos as well. Does anyone know of any script and good one? Thank-you
1
1,302
thread by: Dirk Laurenz | last post Oct 10 '07 by: Tyno Gendo
Hello, i've written a daemon in php and everthing works fine. i'm able to execute tasks periodically. for example every 900 seconds. now i want the daemon to do a task only once a day, for example at 1800 hours. but i'm not sure how to do this. saying something like
2
3,482
thread by: Mike | last post Oct 10 '07 by: C. (http://symcbean.blogspot.com/)
Hello, I have a page that uploads a file. It has a form and uses SELF to process the file the second time around. I have MAX_FILE_SIZE set. The problem is, if the file is too big I cant check $FILE until it comes back.Which could be a while.(which the server sets to 0). I want to check it with javascript if possible. If I try to upload a 20...
17
1,691
thread by: Summercool | last post Oct 10 '07 by: James Kanze
I wonder which language allows you to change an argument's value? like: foo(&a) { a = 3 } n = 1 print n
7
2,643
thread by: Jeff Gaines | last post Oct 10 '07 by: Jeff Gaines
I have spent the day learning how to use Zend Development Environment. I can now produce a list of files in a directory, filtered by extension, and apparently clickable. Unfortunately clicking on them in a browser doesn't take me to the file link. I have found examples for clickable URL's, FTP links and mailto addresses but not files. I am...
1
1,707
thread by: archcool | last post Oct 10 '07 by: ronverdonk
hi iam new to php and i need help in my php file i have written php code and as well javascript code.the php code displays a form and i need to validate the fields present in the form calling a javascript function for validation(client side). how can i do that?
2
1,687
karthickRAJKUMAR
thread by: karthickRAJKUMAR | last post Oct 10 '07 by: code green
hai what is the differnce between echo and print
6
1,312
thread by: phongphong | last post Oct 10 '07 by: phongphong
how we can browse a photo for uploading?????ASAP
1
3,478
thread by: Ofir Picazo | last post Oct 10 '07 by: petersprc
Hello everyone, I'm trying to crop a polygon (defined as an array of coordinates) from a larger image. I read lots about gd and imagick but couldn't find an easy way to do it. Please let me know if you have any ideas. Thanks
2
2,375
thread by: tuananh87vn | last post Oct 10 '07 by: Atli
i'm a PHP newbie and I'm assigned to an mission of creating a blog with some elements like Yahoo blog! : login -> home -> my page, my blog, my profile, my friend.... I'm now supposed to write the 'view profile page' I wrote the login page using session and I'm now stuck. can anyone help me to finish the profile code which shows name,...
3
1,591
thread by: Terry | last post Oct 10 '07 by: Jerry Stuckle
Hi folks. I am just starting to dabble in php. I am trying to do some simple pagination in php/mysql. For whatever reason I am only getting the first digit of my result. For example: $result = mysql_query("select lamp_no from lamps as l where id=20");
1
27,968
thread by: PaowZ | last post Oct 9 '07 by: ptdorf
Hi there! I know that defining constant arrays such as: define('my_array',array('element_1','element_2','element_3'...) ) ... is not allowed in php..(only scalars)
1
1,951
thread by: helraizer1 | last post Oct 9 '07 by: Atli
Hi all, On my current project MyChatbox I have a box for which the user enters a name and the value of which is: Name: <input type="textbox" name="username" onkeyup="countdown(username, 10, used)" maxlength="10" size="10" value="<?php echo $_SESSION; ?>" />
6
5,481
thread by: Steve | last post Oct 9 '07 by: Steve
been gleening the user docs for fpdf. there's one simple example for using the image function. i can't seem to get it to work. has anyone else had problems with this, and if so, what did you do to diagnose and fix the problem? tia, me
3
1,637
thread by: BaKo | last post Oct 9 '07 by: Atli
Hey. My script uses file_get_contents, and i get two errors with it. Sometimes I get an error saying the site cant be reached or is invalid, and other times i get an error saying it got an internet server error when accessing the site. Is it possible to determine which error file_get_contents got so I can alert the users appropriately? Maybe...
3
1,534
thread by: cssExp | last post Oct 9 '07 by: Atli
Here in a form i have the following. note: the following is a result of dynamic html element creation. <input type="hidden" name="category" value="science" /> <input type="hidden" name="permission" value="normal" /> <input type="hidden" name="category" value="clubs" /> <input type="hidden" name="permission" value="vip" /> <input...
2
1,933
Mague
thread by: Mague | last post Oct 9 '07 by: Motoma
Hey, I am trying to make a phpbot. I need a php script that will execute the bots php file. I cant find much. If someone could post a php script that will execute a php file i would appresiate it. Thanks Mague
3
1,860
thread by: andersond | last post Oct 9 '07 by: Atli
I have a PHP file that usually sends an email. Instead, it now simply displays the code beginning with line 14 (where #eol= begins). Can anybody help me with this? <?php #Change only the information after the equals sign $to = $_REQUEST; $body = "Your request to bind the submission on ".$_REQUEST." has been received by...
3
2,765
thread by: andersond | last post Oct 9 '07 by: Atli
I have a website application that provides online quotes for insurance. I want the application to send an email to the agent when they have requested binding AND execute a branch to the next CGI page. I have a PHP application that does the job on the email and I can branch to the next page BUT I can't do both. If I place the commands in a...
3
18,727
thread by: eleland | last post Oct 9 '07 by: Atli
I am trying to bind to an LDAP server using php without success. I have a linux server running php compiled with open ldap. I am using the following code taken right from php.net: echo "<h3>LDAP query test</h3>"; echo "Connecting ..."; $ds=ldap_connect("ldap.berkeley.edu"); // must be a valid LDAP server! echo "connect result is...
4
1,801
thread by: radmilof | last post Oct 9 '07 by: Atli
Hi, I'm writing mail client in OpenLaszlo and php. Most of it works, but i found myself in problem with encoding. In messages chars like š đ č ć are replaced with š Ä‘ ÄŤ ć. Can anyone help me?
1
6,586
thread by: Thivya | last post Oct 9 '07 by: Motoma
hello, I am using Jpgraphs to generate graphs..i have to display the data for plotting the graphs as well.These results has to be in PDF.hence i used FPDF to generate pdf.. Now i can display the data in table format,which are used for plotting the graphs...But i dont know how to insert the graph in FPDF.. I have seen the tutorial where they...

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.