39,320 Topics
| |
Hi. Im a new php user. Teaching myself. I need to findout how to do a script for: example: Im using oscommenrce for our online shop. Our payment company thats going to do the credit card transaction requires people who buys online to accept the terms and conditions before the … | |
Is popup function in PHP-SMARTY plugins work in I.E. v 7.0 or Opera v 9.21? It worked in other browsers like mozilla,firefox,netscape navigator. Can anyone give me the solution? | |
Hello, I am looking for a software developer to develop a utility which is accessible on the web. There is a program called Gentle Program which you can download from [url]http://www.doremifasoft.com/gentlepiano.html[/url]. This reads a proprietary file format file ending in .lmz which allows you to read the sheet music. I … | |
Have a nice day to everyone! Pls help me on how am i going to configure my document root and drives for the fact that i encounter this errors: pls... pls... pls... `Warning: mkdir() failed (No such file or directory) in C:\websites\pjs3\BillingRegularDetailedSave.php on line 1928` `Warning: fopen("/PJS/2007-06-29/000002.txt", "a") - No … | |
Hi All I'm a home educated website owner, only been doing it for three weeks. I would like to start a free membership for certain areas of the site, so far all I have tried has failed and is very frustrating. Can someone please send me to a user friendly … | |
Hi I've just found this website whilst looking for tutorials on how to create an php search function for a website i'm working on and wondered if anyone could offer me some advice. Basically I need to create a search function for a recruitment company website that consists of 2 … | |
I'm writing a CMS-style application, and I can't quite figure out templating. I have a function that returns the file contents of a templaet file within a themes directory. That part works fine. Inside one of those files is a mix between HTML and PHP variables, for example:[code]<html> <title>$title</title> <link … | |
Hi everbody! i need single sign on software for our php website , For all application, because we used visual basic and php, and another things so we need software to do single sign on , that the user logs once to his page , and logs out when ever … | |
I have a rudimentary knowledge of PHP. I'm looking for a way to create a site that lists pdf fils that the user can click on and download. We use Joomla for our company intranet, but the component we are trying is not working and the forum for it has … | |
Hi everybody. I m new Php programmer and have some problem please anybody there for help me? The problem is embarrassingly basic: while each individual article has only one title, author-string, issue no, start page, end page, etc, it may have 4-5 different keywords attached to it. Problem is that … | |
Hi I am trying to search the entire table (all the columns) for a search term. But am getting mysql error $data = "[B]SELECT * FROM songmaster WHERE songTitle like '".$find."' and mp3File like '".$find."'[/B]"; //And we display the results while($result = mysql_fetch_array($data)) { echo "<font face='Verdana' size='4' color=red>".$result['songTitle']; echo … | |
Hello guys! I have problem with my Php program. The existing system is done in Php4.3.2. When i used the existing pages and install a freshcopy of Php 4.2.3, the login pages does not work. it reads from the database actually for the fact that if i enter a wrong … | |
Hello everyone! I have problem with the configuration of MySQL. I am using IIS, Php 4.3.11(CGI) and SQL Yog. All are working. I also installed and used MySQL Servers and Clients 4.0.15 for my database. If i connect to the database, i encounter this error: Can't connect to MySQL server … | |
Is it possible to retrieve one cell of data from a MySQL database? I need to put the ID from one row of a table into a php variable so that I can recall the correct row later on for editing purposes. If you know how to do this please … | |
I'm having this error on the area below. When I comment it out it stops giving me the error and I have tried commenting it out piece by piece to see if there is something wrong but I get nothing. I'm sure I am missing something really easy. [code=php] while … | |
hey guys my question is ....... can the session be used to send data from an asp page to a php and vice-versa ??????????? anyone have an idea about that. thnx anyway | |
Hello Im makineg a small cms for my purposes and my problem is updating adding dhe DATE, im getting 00.00.0000 can anybody help me making a drop down date with dd/mm/YYYY so I can add - edit ?? Thnx a lot Enjoy Life | |
I know what CMS stands for, but what does it really do? I mean, I don't quite get what is happening when I see someone's CMS. Can anyone break it down to me. Thanks. | |
Hello guys! I am new to the languiage Php and MySQL. Pls help me in working with my search engine. What i want is there will be a drop down button that displays all the list of the selected field/s from the database. Whenever that record is selected it will … | |
hello everybody!!! i need to get the file id group , i used afunction filegroup ( filename ) but this function dosen't produce meaningful results on windows system, so you can use a function which resolves this posix_getid( ))but unfortunately this function isn't defined on windows platforms , so ineed … | |
hi i have a flash naigation button that i want to embed into my theme that i am creating, how ever i am struggleing with the code for this, could someone please help me out, the nav button is a rollover sliding one thanks | |
what /where is error ? [code]include("config.php"); class database { global static $host = $c['server']['name'] ; global static $user = $c['server']['user']; global static $pass = $c['server']['password']; global static $port = $c['server']['port']; public static function connection() { self::$host ; self::$user ; self::$port ; self::$pass ; do { $link = mysql_pconnect(self::$host.":".self::$port, self::$user, self::$pass) … | |
I receive an error on system startup like the one in the attachment. But php_mysql.dll file actually is in C:\Prog\SERVER\PHP\ext folder in my computer. How can I change this incorrect setting? | |
I need to develop a wap site (namely a mobie content site), i want to do it with php & Wml, but the prob is i dont know anything how can i merege these 2 thing at a time can any1 gimme some help on this also plz gimme some … | |
Warning: mysql_fetch_assoc(): 3 is not a valid MySQL result resource in C:\Inetpub\wwwroot\BMF\Web\news.php on line 63 Records 1 to 2 of 2 [code=PHP]<table width="355" height="50" border="0" align="left"> <tr> <td><strong>Date</strong></td> <td><strong>Subject</strong></td> </tr> <?php do { ?> <tr> <td> <a href="details.php?recordID=<?php echo $row_news['id']; ?>"> <?php echo $row_news['date']; ?> </a> </td> <td> <?php echo … | |
Good morning, Is there a php function that will take the text out of a tag in a variable that has HTML in it? What I want to do is get the text from in-between the <h1> tags and use it as a title in my meta tags. Let's say … | |
Here is my code: [code] if ($num = $i) { echo ("<p align='left'>It's everyone's unbirthday today!</p><br>") } else { while ($i < $num) { [B]$name=[/B]mysql_result[B]($result,$i,[/B][COLOR=green]"[/COLOR]username[COLOR=green]"[/COLOR][B]);[/B] [B]$day=[/B]mysql_result[B]($result,$i,[/B][COLOR=green]"[/COLOR]bday[COLOR=green]"[/COLOR][B]);[/B] [B]$city=[/B]mysql_result[B]($result,$i,[/B][COLOR=green]"[/COLOR]lpcity[COLOR=green]"[/COLOR][B]);[/B] [B]$email=[/B]mysql_result[B]($result,$i,[/B][COLOR=green]"[/COLOR]emailques[COLOR=green]"[/COLOR][B]);[/B] echo [COLOR=green]"[/COLOR]<br>[COLOR=green]Username: $name[/COLOR]<br>[COLOR=green]Birthday: $day[/COLOR]<br>[COLOR=green]City From: $city[/COLOR]<br>[COLOR=green]On Emailing?: $email[/COLOR]<br><br><hr><br>"; $i++; } echo("<p align='center'><font face='Arial' size='[COLOR=green]3[/COLOR]' color='#FF0000'>If your information is wrong please email lpbirthdays@johnpedroza.com … | |
Hello, I am a newbie coder and I am trying to find a way to create a php mailing list. Ive tried looking around but have only succeeded in becoming more lost and confused. I would like the users to enter their email address into the text box and click … | |
How do I restrict all php sites (which are located on my server) not to consume more than a specified amount of CPU? FYI, I run Linux CentOS 4.4 with Apache Thanx | |
Hi guys, I have a little code below that seems to keep returning the errors: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/site.com/pics.php on line 70 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/site.com/pics.php on line 84. When I remove … |
The End.