39,320 Topics

Member Avatar for
Member Avatar for hockmasm

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 …

0
85
Member Avatar for greendayrok

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

Member Avatar for alpha2006
0
143
Member Avatar for rcasinillo_s

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.

Member Avatar for alpha2006
0
117
Member Avatar for kaicrow

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 …

Member Avatar for alpha2006
0
140
Member Avatar for puddin

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) …

Member Avatar for alpha2006
0
108
Member Avatar for hockmasm

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]

Member Avatar for alpha2006
0
150
Member Avatar for karenhoe

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

Member Avatar for alpha2006
0
150
Member Avatar for dedoo

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 …

0
66
Member Avatar for Brims

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

0
88
Member Avatar for j4mes_bond25

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 …

Member Avatar for zippee
0
138
Member Avatar for Brims

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), …

Member Avatar for digital-ether
0
107
Member Avatar for SYEDHANIF

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) …

Member Avatar for Comatose
0
186
Member Avatar for Brims

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. …

0
121
Member Avatar for Brims

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. …

Member Avatar for alpha2006
0
123
Member Avatar for j4mes_bond25

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 …

Member Avatar for digital-ether
0
127
Member Avatar for Brims

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 …

Member Avatar for cdwhalley.com
0
129
Member Avatar for Brims

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 …

Member Avatar for cdwhalley.com
0
166
Member Avatar for digital-ether

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 …

0
98
Member Avatar for michael123

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 …

Member Avatar for digital-ether
0
137
Member Avatar for ashwinperti

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

Member Avatar for Lafinboy
0
107
Member Avatar for DestinyMaker

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 …

Member Avatar for vartotojas
0
99
Member Avatar for ndw2004

if you can teach me php im me on aim or email me at [email]ndw2004@hotmail.com[/email]

Member Avatar for jamshid
0
213
Member Avatar for BigChase

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 …

0
69
Member Avatar for 100%

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 …

Member Avatar for 100%
0
308
Member Avatar for OrangeSunshine

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 …

Member Avatar for OrangeSunshine
0
151
Member Avatar for puddin

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 …

Member Avatar for puddin
0
151
Member Avatar for Brims

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

0
72
Member Avatar for anthmaina

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.

Member Avatar for Nadejda
0
681
Member Avatar for hush

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..???

Member Avatar for alpha2006
0
121
Member Avatar for aarya

<?$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

Member Avatar for aarya
0
184

The End.