39,320 Topics
| |
i bought a prozilla automall website and i have found a glitch in it. currently, if a member purchases a package from me that contains 5 profile listings that last for 1 month, at the end of the month they will get an email that says that their listings are … | |
Hi all! im new here, this is my first post :lol: lol anyway, i have a php script, but im having trouble setting it up.. can somone help me with it?? Thanks for any help | |
Good day! After upgrading my MySQL to version 5 becoming very slow what's wrong with this? Please any could give advice how to optimise it. Thank you. Roland. | |
Hi, I have a website running largely based on the opensource osCommerce php. Recently we have experienced problems with pages crashing half way through loading. This seems to occur randomly maybe about 5-10% of the time you load a page. What happes is that the page will start loading and … | |
Hello , If you know the answer please simplify it for me. I am so discouraged trying to figure this out. I'll be very grateful, Thanks ahead a time! When I insert my (2) selected photos in my photo form , they show two pictures but it repeats only (1) … | |
I am looking for a freelancer to create a payment/subscription system on my website. You can view the details at [url]http://www.scriptlance.com/projects/1148073042.shtml[/url] | |
hi, i got problem in covert the data to integer example: in my database is bv column is 2.0000 now i want it convert to 2 how to i do so? in php thanks for advance | |
Hi all, I am wondering if anyone can help me with my problem. I am in the process of starting a directory but I stumbled on a problem I would like to fix. every link has an info link that redirects to an info page where more information can be … | |
hiya does anybody know how i can have a page that members of an online music library application that i am building can download the tracks on the page by clicking a dwnload option. If anybody knows any good sites can you please let me know thatnks | |
After exploring PHP for the past few days, I've been trying to use it on the new CSS based website that I'm creating. I'm trying to use "include" function in order to get my "header", "topMenu", "leftMenu", "rightMenu" and "bottomMenu", since in ALL the pages, these would be common. The … | |
hiya in my database i have a users table Create Table Users( user_id INT UNSIGNED NOT NULL AUTO_INCREMENT, email varchar (40) NOT NULL, pass CHAR (40) NOT NULL, first_name varchar (15) NOT NULL, last_name varchar (30) NOT NULL, active CHAR (32), registration_date datertime NOT NULL, PRIMARY KEY(member_id), UNIQUE KEY (email), … | |
HI [CODE]class Astro { var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) … | |
in my online music video library so far I have an artist section where artists can login An artist should be allowed to upload their tracks on the site for the general public to hear. a user can download a track and listen to tracks provided they are logged on. … | |
in my online music video library so far I have an artist section where artists can login An artist should be allowed to upload their tracks on the site for the general public to hear. a user can download a track and listen to tracks provided they are logged on. … | |
I've managed to make the use of PHP's "include" function in order to share Header, Top Menu, Left Menu, Right Menu & Footer. The only exception is the Content, since it would be unique for each individual page. Problem is, I'm getting my "Content" displaying BELOW the "Footer", as it … | |
For my online music application I know I have to Store the data in a mysql database so that you can do searches, and using php you can display dynamic pages. Then just organize the data you pull from the database into html tables. to have a browse tracks page … | |
Hiya im having trouble adding the details into the database with this script if someone could point me out in the right direction <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Add a Print</title> </head> <body> <?php # Script 14.2 … | |
Does anyone know of a class that is available open source that is used for parsing Raw Emails. I've seen the code where you first explode the raw email into lines, then iterate through the lines until you come to an empty line that seperates the headers from the body … | |
I try to set cookie values from mysql DB, I have the code: [code] $result = mysql_query("select ID from table"); while ($thisrow=mysql_fetch_row($result)) { $gname="name_".$i; setcookie ("$gname", $thisrow[0]); $i++; } [/code] Now the strange thing is, if the number of ID is less than 16, script runs without any issue, I … | |
Hello As I am new to PHP I would like to know that I am facing problem connecting to the Database. And not able to find the reason of not connecting. I also want to know about the difference between mysql_query, mysql_fetch_row, mysql_fetch_num Ashwin Perti | |
Well guys this is the first time iam actually using php... i encountered these errors .. can some one tell me how i can rectify them Error: [b]Warning[/b]: session_start(): Cannot send session cookie - headers already sent by (output started at /home/dynastyr/public_html/rebellion-rpg/header.php:7) in [b]/home/dynastyr/public_html/rebellion-rpg/header.php[/b] on line [b]7[/b] [b]Warning[/b]: session_start(): Cannot … | |
if you can teach me php im me on aim or email me at [email]ndw2004@hotmail.com[/email] | |
I understand that many php scripts can run concurrently and that the actual limit is determined by hardware. However, I have written a script that benchmarks a mysql database application and am finding that only two instances of the script will run at a time when executed via an http … | |
Hey everyone! :mrgreen: I want to start a project soon, I have only alittle bit of knowledge of php so comments and suggestions would be very helpful! Although i am learning as much as I can, without confusing myself! Anyway I want to open an ecommerce site, but want all … | |
i guess i didn't really have to make this page load repeatedly like this (but, why should it matter, right? i mean.. technically, couldn't i get it to reload indefinietly?) but, i didn't want the user to be sent all over to different pages just to fill out this little … | |
Hello. I have an image system kinda working, when it uploads however it is uoloading calling all the images ARRAY.gif or ARRAY.jpg Can you see what I should do that it correctly list the images name. The code is two parts. The preupload form page NEXT To The photos.php page … | |
Hi i just wanted to know as im designing an online music video library how to have a page like the following [url]http://demo.jamroom.net/ranking.php?mode=band&order=5&pagebreak=20&pagenum=1&header_template=artist_header.tpl&row_template=artist_row.tpl&footer_template=common_footer.tpl[/url] where when the tracks and images are uploaded by the user it goes directly in the images and tracks section respectively | |
hey, am developing an online dating web application and am stuck when it comes 2 match making between members in ma site.how do you implement match making using php/mysql?,any matchmaking php scripts you know? thanx in advance guys. | |
I've made an extension for firefox ,which will work as quick image upload tool for my image server . Now.. the issue is my server needs to have some supporting php scripts for this to work. Can someone help or guide me on this pls..??? | |
<?$file="www.mysite.com"; $fh=fopen($file, "r"); $fileinfo=fstat($fh); $b=filesize("$file"); print $b; echo "Filename:" .basename($file)."<br/>"; echo "Filesize: ".round(($fileinfo["size"]/1024),2)."kb <br/>";?> this is the code to determine the size of the page. but i m getting the error as filesize() [function.filesize]: stat failed for [url]www.mysite.com[/url] any body help in finding the page size of teh given url |
The End.