473,800 Members | 2,413 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.
4
1,553
thread by: nitinpatel1117 | last post Oct 22 '07 by: nitinpatel1117
Hi, i have a slight problem when inserting PHP files into a script. I want to know if this is caused by the webserver, or is there a setting in the php.ini configuration that is set wrong. Basically, during development. i was using the following code to include other scripts into current php script. ...
4
2,162
thread by: Any User | last post Oct 22 '07 by: larry
Hello I'm seeking for a PDF generation library for PHP5. Can anybody point me to a good solution? What about: - fpdf - cpdfwriter - ezpdf
16
3,137
thread by: ehcy | last post Oct 22 '07 by: Motoma
hello everyone i need your help about my simple program exercise.. this is my created php code.. <?php echo "<u>Output:</u></br></br>"; echo $_POST. "</br></br>"; ?>
4
2,638
thread by: webandwe | last post Oct 22 '07 by: pbmods
Hi, I have a row called a in mysql with a bunch of surnames. how do I do a select so that my sql returns all the text that start with a. $q = mysql_query("select * from details Where a='a' order by a desc limit $startat,$perpage");
2
3,794
thread by: vishal131986 | last post Oct 22 '07 by: pbmods
I want help.. I want to send mail in INBOX but they go in SPAM... Can u tell me how i can send in PHP ...
1
1,572
thread by: runway27 | last post Oct 22 '07 by: pbmods
1. I need to export data that is in a table to an excel sheet with the field names on top followed by the values of the fields. I know how to extract the data and display with echo statement, however i need the code which would display this information in a excel sheet. any help will be appreciated. 2. Is it possible to use 1 php file...
1
1,072
thread by: ejc.cryptography | last post Oct 22 '07 by: Jerry Stuckle
I have just taught myself PHP for use in my updated website, and I would appreciate all feedback about the website design and functionality. The website is http://www.ejc-crypto.co.uk/ Thanks a lot, EJC Cryptography
2
1,219
thread by: Eglute | last post Oct 22 '07 by: pbmods
Hello. I have a problem. I am a begginer in PHP. I wrote the code: <? $variable=5; $variable<10? {$ans="less"; echo $ans."<br>"; echo "variable=".$variable."<br>";}: {$ans="more"; echo $ans."<br>"; echo "variable =".$variable."<br>";} ?>
2
1,156
ruskalym
thread by: ruskalym | last post Oct 22 '07 by: ruskalym
Hello! Is there a way to check if a user is connected through his cellular or through a PDA? I'd like to find it out in order to redirect mobile users to a lighter version of the website. Thx
0
1,021
thread by: pokalokai1 | last post Oct 22 '07 by: pokalokai1
Learn the 10 Idiot proof rules of dieting and fat loss. Stop using low carb diets. Stop using low calorie diets. Stop using low fat diets. Be proud that you could finally loose those pounds. http://netsales77.4idiots.hop.clickbank.net
3
1,674
thread by: jasone | last post Oct 22 '07 by: nathj
Hello all! I want to create an analysis tool for my client, the website will have a shopping cart etc. and i would like to create a protected section to the website to track the following details: Online sales analysis o What products were sold and when o Regional sales details to target marketing areas o Monthly revenue details from...
1
1,218
thread by: ehcy | last post Oct 22 '07 by: MarkoKlacar
i want to seperate the numbers i will input in textbox to declare it each number but i don't know how.. plz help me.. example.. i will input.. 5 3 6 4 8 9 and i will declare each number as..
0
1,788
thread by: abc123456 | last post Oct 22 '07 by: abc123456
Hello - I'm using imagecopyresample() to resize a GIF line-art type image onto a polygon created with GD_Image in PHP. Each has a transparent color (same color, I think!). The transparent color is dithering during the resize, though. Result is, some pixels aren't transparent anymore until I search the whole image for colors close rgb-wise...
18
1,738
thread by: davranfor | last post Oct 22 '07 by: Steve
Hello I need a regular expression that validate a list of numbers separated by "-" , numbers can not be greater than 999 Valid examples 0 12-455-01 1-9
4
3,166
thread by: totalstranger | last post Oct 22 '07 by: Steve
My Bluehost site is setup with a dedicated IP address, Rapid SSL certificate, PHP 5 and FastCGI is set on. When switching between HTTP and HTTPS I was under the impression the Session Data was independent for each protocol and I've read about various methods of storing session data in a database to bypass this problem. However while testing...
3
1,392
thread by: mikec87 | last post Oct 21 '07 by: pbmods
I am trying to populate a dropdown, but cannot get the sql to return what I want. Can someone please help me with this error that I am getting in case 1? I am not using case 2 or the default case yet. "<br /> <b>Warning</b>: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in...
3
2,144
crystal2005
thread by: crystal2005 | last post Oct 21 '07 by: pbmods
I found such eror message when i tried to test sending email. Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /www/110mb.com/h/e/a/v/e/n/t/u/heaventure/htdocs/send_contact.php on line 10 Do we have to set something on the hosting server in order to be able to send...
0
1,135
thread by: larry | last post Oct 21 '07 by: larry
I'm wondering if there is something already out there for parsing lookup tables, You know, like tax tables, the columns are marital status, and the lookup is income within the rane and marital status. Example (sorry for the lousy column spacing): income single married widower 0 0 0 0 5000 35 8 0
4
3,241
thread by: ManWithNoName | last post Oct 21 '07 by: ManWithNoName
Hey guys! Did you miss me? I sure missed you ;). Finished my course today! The next one will begin the coming week so I will have some time to try some stuff out. Because this is my first post in a very long time I would say that it should technically be viewed as a first post. So without further ado… This is my first post, please be gentle....
7
1,402
realin
thread by: realin | last post Oct 21 '07 by: realin
hi guys, I want to know how can i add RSS to my website ? cause they say without RSS your site is dead :P hehehe I read few article online and wat i could jot up is that, we have to make a XML file with the five mandatory fields rss version,channel,title,link,description and link this file anywhere on your webpage from where the users copy...
2
4,611
thread by: ManWithNoName | last post Oct 21 '07 by: ManWithNoName
Hi! I hope you are all well and happy! This is my second post so please approach with the utmost caution. This question is kind of related to this question: http://www.thescripts.com/forum/thread725740.html While I'm still pondering how to do that, I started to investigate the web page -- that I want to abuse ;) -- in a attempt to...
15
9,496
thread by: nbomike | last post Oct 21 '07 by: pbmods
Hello. I want to scrape pages from a site that generates pages from form inputs. However, the URL of the results page (the page I want to scrape) is masked and is always the same. It looks something like this for every form input combination: http://www.scrapedsite.com/these/are/results.htm Is it even possible to scrape the individual...
3
1,430
thread by: amanjsingh | last post Oct 21 '07 by: pbmods
Hi, I am trying to increase my website's hit by writing a script which artificially accesses my webpage after every few minutes/seconds. Any idea how can I do that? Thanks AJ
5
1,464
thread by: Richard | last post Oct 21 '07 by: Michael Fesser
I tried embedding this in an XHTML file, then changed it to a last4.php, but get a syntax error. What am I doing wrong? <?php $last_modified = filemtime("last4.php"); print("Page Last Updated: "); print(date("m/j/y h:i", $last_modified)); ?>
2
1,167
thread by: RomZ | last post Oct 21 '07 by: AnrDaemon
G'day mates, I'm looking for open source PHP\mysql ONLINE bug tracker. I've tried with "MANTIS" (http://www.mantisbt.org/) - but I dont think this is the best one. Thanks, Roman

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.