38,019 Topics

Member Avatar for
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
126
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
97
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
136
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
106
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
212
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
68
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
138
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
149
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
662
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
181
Member Avatar for j4mes_bond25

I'm rather new at PHP. I'm trying to run a script, but every time I do so, I'm not quite getting the output I should be getting. I'm using this my Dreamweaver at home & working on the simple examples from this website [url]http://www.php.net/manual/en/tutorial.forms.php[/url] I've typed in: [B]index.html file [/B] …

Member Avatar for j4mes_bond25
0
157
Member Avatar for 3265002918

I can't find a way to let people attach a file to messages auto sent to my e-mail. my code is : <html> <head> <title>email</title> </head> <body bgcolor="red"><center> <br> <table border="2"> <?<form> //1 <tr> <td bgcolor="yellow" text="black"><b>print "!all fields must be filled!";<b></td> </tr> //2 <tr> </tr> //3 <tr> <td>print "first …

0
100
Member Avatar for stupidfly

Here's what I want to do: I want to have a file with just a bunch of variables that are defined by integers. Then I want to have another file that calls on the first file so I can then use those variables. The second file will then add 1 …

Member Avatar for barnamos
0
88
Member Avatar for markmuir_8

Hi guys, i'm having a major problem with producing queries using PHP. By the way, not that good at trying to explain problem!! I want to be able to run queries within a PHP form without having to input values into every fields(meaning searching the database for field1, fields2, field4 …

Member Avatar for barnamos
0
109
Member Avatar for Brims

Hiya all Im developing an online music/ video application withe a registering section for Artists and one for members. right now i have 2 separate registering pages, could anyone tell me how I can get artists and members to login through the same login page step b step thanks Brims

Member Avatar for barnamos
0
114
Member Avatar for timhysniu

Hi guys, I have 3 pages where 1 of them (last one) is in secure server. I use sessions in all of them and these sessions work fine in first two pages (using session_start()), but when I get switched to secure server ([url]https://xxx.xx.../site/page3.php[/url]) a new session comes in. I can …

Member Avatar for puddin
0
98
Member Avatar for Brims

Im doing an online music library Basically ive got a page were u can browse tracks tracks that have a name image artist for that track and so on but all it is is a page with the text for example Artist Track Description Download 50 cent Little bit bla …

Member Avatar for Phaelax
0
105
Member Avatar for Brims

can Anyone let me know how I can get a page to handle my music content i.e track, image of track description and so on so it can be viewed. Right now i have a page where you can view tracks but it doesnt handle the content very well

0
58
Member Avatar for studiortaboy

Hello, I need help with this freaken' MySQL or whatever you call it thing. When ever I go to my site it says 'PHP-NUKE, and then the MySQL error' This is really starting to piss me off so can you guys plz help? I will be more than happy to …

Member Avatar for studiortaboy
0
137
Member Avatar for apache

Im trying to do a menu as a support link in e107 I have made a dir in e107_plugins called scanner_menu and made a scanner_menu.php What Im trying to achieve is similar to this html example [url]http://www.clan-tfb.co.uk/scanner_menu.htm[/url] I want to make a menu with an image in that links to …

Member Avatar for digitalartist
0
304
Member Avatar for bbb777b7

Whever i use the print function, the function goes crazy. For example: <?php print "this is all"; ?> Instead of getting: this is all I get: this is all"; ?> why is that and how to fix it?

Member Avatar for TopDogger
0
125
Member Avatar for muthumari

hi i am new to PHP. Currently i am using IIS for PHP .But i want Apache serevr to run PHP.is it possible? is there any servers available to work with PHP? Pls reply.. Thanks

Member Avatar for JD.ua
0
185
Member Avatar for aarya

this is the code below it output the text randamly. i am getting the output . but my problem is i have used print_r to get output so i got result as [CODE]<Array ( [0] => gello [1] => bello [2] => nello [3] => jello [4] => uello [5] …

Member Avatar for aarya
0
165

The End.