473,775 Members | 2,615 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,542
thread by: Kasper Eulert | last post Dec 5 '07 by: Kasper Eulert
Hi I have installed Gary's cookbook on my Joomla server. I cant seem to get the frontend to funktion. The user can comment on recipies but there is no page to add new recipies. Any know what i have to do? I have checked the box "user can add new recipies". Cincerrely Kasper
3
1,254
thread by: mukeshrasm | last post Dec 5 '07 by: brettl
hello I am new to php and i want to separate the string "hello, everyone how are you?" and want to echo (print) all the characters separetly in php. how can i do that.
1
1,514
thread by: raghuvar | last post Dec 5 '07 by: RuthC
i am new in php and i want to learn php.so i have no php and my sql software.please tell me from where i can download free php and mysql software and what is the way of download these software.
9
3,877
thread by: oeln | last post Dec 5 '07 by: Jerry Stuckle
In the consumer example included with the latest version of the openidenabled.com php library 2.0.0, I get the following error: OpenID authentication failed: Server denied check_authentication I've found this issue posted elsewhere, but with a few different variations: it's either being experienced with the python library instead of with...
0
1,061
thread by: rosi | last post Dec 5 '07 by: rosi
pl see the beautiful pitcure http://ribodire.blogspot.com
14
1,994
thread by: =?ISO-8859-9?Q?G=F6khan_Alt=FDnsoy?= | last post Dec 5 '07 by: Erwin Moller
Hi, I am trying to post a javascript content via form textarea input element. But when i click send (post) the posted page comes unaccesible. example content for post : <script type="text/javascript" src="http://test.com">
3
1,374
thread by: vijaybabudev81 | last post Dec 5 '07 by: MarkoKlacar
I have a application which need to run the perl prg thr php in background. I have tried system command. but it's waiting for perl program completion. I want to simply start the prg and the control again comeback to browser. is it possible?
3
1,404
kirubagari
thread by: kirubagari | last post Dec 5 '07 by: Atli
im new to php and im doing a web based system using dreamwever and php language and my sql server.im not good in php....can u all teach me explain more how i can be expert ......please....books and some of the websites that might help me...........please.....
2
1,499
thread by: backups2007 | last post Dec 5 '07 by: backups2007
I have a customer information form that has a list box containing all the names of the customers. And when submitted and inserted to the database, automatically displays the information onto the list box. I want to be able to display data that starts with the first letter of the last name. For example, if I input john smith, all customers with...
1
1,538
thread by: custom3 | last post Dec 5 '07 by: Atli
Hello, I keep getting the following warning: "PHP Warning: Invalid argument supplied for foreach() in /home/csiexecu/public_html/modules/mod_mainmenu.php on line 339" I am a novice Joomla user that has just upgraded to 1.0.13. Can anyone give me direction on how or to whom I should go to fix this problem? The home page intermittently...
1
2,399
thread by: honeybunny | last post Dec 5 '07 by: MarkoKlacar
When the users select something in another select box, something like, when you select you state, the page view text box and user must input the text box.
1
2,396
nirmalsingh
thread by: nirmalsingh | last post Dec 5 '07 by: pritipshah
hai all! i am connected with a server(with proxy) machine, and working on internet, now i need ip address of that provider that provides internet to my server. how can i do this? thanx in advance. with cheers -Nirmal.
1
1,517
thread by: sales | last post Dec 5 '07 by: Rik Wasmus
Sorry, a real simple question and maybe one not for this group. Have just tried a php pagination tutorial which works fine. The line that produces the "Previous" hyperlink is as below and this works fine. But... echo "<a href=" . $_SERVER . "?start=" . ($start- $records_per_page) . ">Previous Page</a>"; When I try to change the...
7
1,809
thread by: adam.timberlake | last post Dec 5 '07 by: Steve
I was reading an article on TalkPHP (http://www.talkphp.com/ showthread.php?t=1304) about singletons but I'm afraid I don't understand why I need to use them. I understand how to code them perfectly, it's just the theory I'm having some problems with. I did try searching on Wikipedia but it didn't yield any satisfactory reasoning, for me. ...
2
7,180
thread by: Bennett Haselton | last post Dec 5 '07 by: Bennett Haselton
How do I find the mapping between a PHP package name like HTTP_Request, and the "yum" command to install it on CentOS 4.4? For example when I needed to use LWP::UserAgent to use in Perl, the command was yum install -y perl-libwww-perl but I still don't remember how I found that out, I think someone just told me. I never found how to get...
4
5,479
thread by: ATDave | last post Dec 4 '07 by: ATDave
So basically I'm just creating a form that I want the results e-mailed to somebody. I have everything working except for the checkmark sections that can have multiple answers. I'm a newbie when it comes to PHP, so please be easy :) So to show an example: <input type="checkbox" name="SelfDevelopmentInterest" class="other" value="Self...
7
1,696
thread by: atwiawomo | last post Dec 4 '07 by: Acrobatic
Hi This may be simple to solve, but I can't seem to do it :( I am trying to generate an include name on an image gallery page from a variable name. By this I mean I already have a numeric value set the variable $imageCat. What I want to do is pull in an external include file using the
2
1,802
thread by: ktrw25 | last post Dec 4 '07 by: ktrw25
I need to find a way when a user closes the browser (not a refresh), to make a log entry into a txt file of the date/time logged out. I have a logout function, but it only works if they hit the log out button. I need to be able to run some code to see if a session is destroyed on the server to make a log entry. Users will be frequently logging...
2
11,486
thread by: jephperro | last post Dec 4 '07 by: jephperro
Hi there, I have a problem using PHPMailer. On my local development machine, the script works fine and sends emails. On amy staging server, when I try to use PHPMailer to send() I see the error: SMTP -ERROR: Failed to connect to server: Permission denied (13)
1
1,925
thread by: ehcy | last post Dec 4 '07 by: code green
hello guys.. how can i display the <DIR> in my opened files from my text file with table?.. htmlspecialchars is useless.. it always "Warning: file_get_contents() expects parameter 1 to be string, resource given" here's my code for you to see the problem.. <?php $fc = fopen("Check.txt","r"); echo "<table border=\"5\" cellpadding=\"0\"...
1
1,617
thread by: manuolive | last post Dec 4 '07 by: Markus
Hi Dudes, I have a query regarding browser url.Let me narrate the exact scenario which i need. I would like to expire my session when a person enters different url in the navigator bar other than my url and comes back to my url. For example if i visit example.com and then i type gmail in the same navigator bar and then move back...
1
2,378
thread by: sbettadpur | last post Dec 4 '07 by: Markus
hi everybody, l have one doubt, please clarify that if anybody knows. Can i able to take database connection across the page through session variable, without initializing connection on every page. If above one is possible, please let me know with explanation. I already tried this method by taking database connection and assigning it...
1
1,505
thread by: jasone | last post Dec 4 '07 by: Markus
Hi all, ive got a search working, as shown below... on the page i want to show how many records are returned, im sure this is pretty simple but cant really work it out. any help or advice would be much appreiciated :-) <?php include "flowermatchdbcnx.php"; $r = $_POST; //users choice... e.g. birthday, anniversary etc.
1
2,153
thread by: printline | last post Dec 4 '07 by: Markus
Hello all Hopefully someone can help me with this issue. I have some information from a database which i show in a table. In this table i have various columns that are filled out with some of the data from the database. I have a column named status where the information i get from the database can have 4 different values - Not released,...
8
1,530
thread by: Chilly8 | last post Dec 4 '07 by: Rik Wasmus
How to I change the HTML portiion of a PHP script? I want to modify the HTML portion of phpBB, and the code in there to have StatCounter record hits to that part of my web site. I already have the main web site logged with StatCounter, but I would like to be able to modify the HTML portion of PHP scripts for WikiMedia and phpBB, so I can have...

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.