39,394 Topics
![]() | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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? | |
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 | |
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] … | |
I wanted to know as ive got my scripts uploading mp3 tracks on a file server I want a page with a template where the track images can be stored with track name, and track number of streams and dwnloads at the moment its just a page with the text … | |
I'm trying to make a script to return the next 5 days for example today is 2006-04-24 and it would create variables with the values of 2006-04-25, 2006-04-26, 2006-04-27, 2006-04-28, 2006-04-29. I thought and using getdate function and add +1~5 to day value but I realized it would bug after … | |
Okay I am new to PHP, well getting it to run. The programming part is fine, it is very similar to python, ruby, etc... so no trouble there. So here is my problem. I made a class, and all it has is a function that writes test to the browser … | |
hi i've just started learning PHP. i have downloaded phptriad 4.1 so that i can use php without uploading it to server. For my feedback html file, i put: <html> <head> <title>TAEKWONDO WEBSITE - Membership Form</title> </head> <body> <font face="arial" size="4"> <p align="center"><big>Membership Form</big></p> Please Fill In Your Details And … | |
After a form is completed its submitted to another page to process the form. Once that's done, it forwards back to where visitor was. I want to display a message to the visitor first before moving to the next page, so how can I delay the page forwarding? | |
I am a newbie web designer and I have downloaded MySQL, php4 and uploaded phpBB2 to my server to setup my forum. and I have looked at countless tutorials and it's really getting stressful. Is there any way that you could guide me through the process using AIM or yahooIM? … | |
I've recnetly finished building my CSS based website based on Alcohol, whereby I've links like Beer, Wine, Whisky and Spirit. I now wish to have "Cocktail" link in it, however, in this particular page, I wish to make a use of MySQL along with PHP. Although, I've basic knowledge of … | |
Expressing worm hello to everyone !! i have got one problem hope u guys will help me ,, working on a chat room with php + flash , chat room is working fine all i need is , if i need to do IM ?????????:eek: i heard tha ajax can … | |
I'm on a university server running PHP 4.3.9 and in order to allow my php files to access the oracle database running on the server the oracle and php sites tell me I have to compile PHP with the option --with-oracle[=DIR]. This is confusing because as far as I have … | |
Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the … | |
Hi There, I have used this php script in the past on several web hosts and have had no problems. Here it is I save this as a php file. jump.php or whatever <? if ($link == "1"){$visit = "http://affiliatelink";} if ($link == "2"){$visit = "http://affiliatelink";} header("Location: $visit"); die(); ?> … | |
Is there any other function in PHP that can be used for redirecting a page I use the following [CODE]header ("location: index.php");[/CODE] But it generates the following error: [CODE]Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\easyphp1-8\www\admin-right-nav.php:5) in c:\program files\easyphp1-8\www\admin-right-nav.php on line 6[/CODE] … | |
I am currently working on a Store for my website [B]funkinfamily.com[/B]. My store will be selling MP3 music downloads (Digital Releases) of music from my label. I am programming my store with PHP so I thought I would ask the PHP-heads here. The question i have right now is, how … | |
hey everyone im posting this in here cause its the only place that seems some what relevant to GeSHI as it uses php5. anyways heres my issue our forum is IPB 2.1.X if you visit the following link youll clearly see that my responce is wrapped in the quote box … | |
After I installed the mysql and php, i get this error: The configuration file now needs a secret passphrase (blowfish_secret). I tried on google but couldn't find a solution. Anyone know how to solve it? | |
Is that possible? How can I procesed data with PHP from an Micosoft Access Database? | |
i'm having trouble figuring this out b/c i have the version of oracle that doesnt support ora_numcols, etc... anyways, here is my query... $query = "SELECT DISTINCT S.FName, S.MName, S.LName, S.Address1, F.Value, F.Feature_id, S.zip, S.Student_id FROM Student S, AwardedScholarship P, stu_feature F WHERE P.Is_Pending = 'Y' AND F.Feature_id in (" … | |
i'm having trouble figuring this out b/c i have the version of oracle that doesnt support ora_numcols, etc... anyways, here is my query... $query = "SELECT DISTINCT S.FName, S.MName, S.LName, S.Address1, F.Value, F.Feature_id, S.zip, S.Student_id FROM Student S, AwardedScholarship P, stu_feature F WHERE P.Is_Pending = 'Y' AND F.Feature_id in (" … | |
I have an HTML which posts a form to a PHP page. The PHP page encodes the password from the form using md5() function. And then I tried to save this MD5 code into a file using fwrite() function. Here the error occures. fwrite() only accepts string parameter, but the … | |
Hi I am trying to change the way the message board looks. I would like to do away with the how many views and how many replies. Can someone help a new comer to code?? It is a language more complicated than traditional Japanese for an English speaker.:eek: | |
I need to make a login thing. I got some codes from another person, but it doesn't work for me. I double and tripled check to see if my apache server and mysql were set up correctly and they were. help? sign-in: [html]<html> <head> <title>无标题文档</title> </head> <body> <form action="checklogin.php" method="post"> … | |
Hi, I am new to PHP.How do deselect the selected radio button.I have 4 radio button . If i select one radio button .Then How do the selected radio button go to deselected whenever i click the submit button. Anybody help me?? Thanx | |
Hi, I have to connect sometimes to MSSQL and sometimes to MySql depending on the customer. I am experimenting with the php adodb library that claims to make database connection possible to either vendor using the same syntax. First the background at home I have: Rig1: windows XP professional PHP … | |
DO YOU KNOW WHY THIS IS NOT WORKING ALL THE TIME ONLY SOMETIMES! okay on my Login Page I Have At The Very Top <?php session_start(); ?> FOLLOWED BY THE LOGIN FORM THAT GOES TO welcome.php PAGE <table class="form"> <form name="login_form" method="POST" action="welcome.php"> <tr> <td> <p class="b">Email Address<br> <input name="email_address" … | |
I am looking for someone who loves to code(php) and even better is familiar with phpizabi. I have some websites that I would like to develop. All website revenue will be split 50/50. my email is [email]conspiringfate@earthlink.net[/email] Email me or reply to this mike | |
Heya there, This is my first post here so plz be nice :P The first changes i want to make is remove/disable the registration and login form from the forum itself and integrate this into the rest site.. I've been trying to do this the last 10 hours and posted … | |
This is my code but I get the error Parse error: parse error, unexpected T_STRING in /home/projecte/public_html/index.php on line 48 When I try it, any ideas on whats gone wrong [CODE] <?PHP switch ($pg) { case login: $dbh=mysql_connect ("localhost", "projecte_ries", "*********") or die ('I cannot connect to the database because: … | |
Hiya Im designing an online music video library. Ive already done my registration and login scripts to register a new user. I have decided that to store the mp3s im gonna have a file system instead of storing them directly in the database. Can someone please direct me on How … | |
Hello I am develop script for upload/download files on server. I am create simply php file: donload.php for download image to user and log statistics of downloading. It is very simply file but it take much server resources (memory). How i can reduce it? Kind regards, Dmitry | |
can anyone help? thanks! <?php include_once "mysql_connect.php"; mysql_connection($dbc); $select = "SELECT DISTINCT D.Title, D.FirstName, D.MiddleI, D.LastName, D.Suffix, D.Address1, D.Address2, D.City, D.State, D.Zip FROM Donor D, Pre_award P, sch_donor S WHERE Approved = 'y' AND S.Did = D.Did AND S.Scholarship_id = P.Scholarship_id"; $export = mysql_query($select); $fields = mysql_num_fields($export); for ($i = … | |
can anyone help me out? <?php include_once "mysql_connect.php"; mysql_connection($dbc); $select = "SELECT DISTINCT D.Title, D.FirstName, D.MiddleI, D.LastName, D.Suffix, D.Address1, D.Address2, D.City, D.State, D.Zip FROM Donor D, Pre_award P, sch_donor S WHERE Approved = 'y' AND S.Did = D.Did AND S.Scholarship_id = P.Scholarship_id"; $export = mysql_query($select); $fields = mysql_num_fields($export); for ($i … | |
Good evening everybody. I'm trying to add values to a database. The script is connecting to the server just fine. It is finding the correct db just fine. The issue is when I try to add stuff to the db... Heres the code: [CODE]<?php include 'dbconnect.php'; $edname = 'bob'; $edemail … | |
Hello I read sessions and php but it's not exactly registering in my head that I understand it easily. On my site someone signups all is good they get their email and register sign in. I have them signup with a Desired Username, Email address and Password okay. Now when … | |
Hiya ive finally completed the login and registration forms for my online music video library site. I just want to know what would be the best way to store the mp3 files in the database and how i would go on about it so the user logged in can view … | |
I am so stressed, My membership signup was working fine. Now it's not emailing. It is entering into the database fine but not emailing can someone tell me what is the problem, Thanks Kindly I'm Exhausted... To session_id is to the person who just signed up. // Let's mail the … | |
Thanks for all your replies. Here it is have you ever seen [url]www.mate1.com[/url]. They have a site design I want to do. You signup get in and are brought to a page that is “Your Account | |
Hi all, All I want is just this. The user on the client PC will click on a print button and the content of the mysql query will be sent back to his printer. I know we can't do this with Javascript, or can we? Really appreciate all the info … | |
[PHP]<html> <head> <title>Participants</title> </head> <table align="center"> <tr> <td> <a href="http://www.officalhalo.com">Home</a> <a href="/tournament/FFA.htm">FFA</a> | <a href="/tournament/signup.htm">Sign Up</a> | <a href="/tournament/results.htm">Results</a> </td> </tr> </table> <body> <h3 align="center">Participants</h3> <?php $gamertag=$_POST['gamertag']; $eaddress=$POST['eaddress']; if (!$gamertag || !$eaddress) { echo 'You have not entered all of the required information.<br />' .'Please go back and try again.'; … | |
Hi, i'm very new to sql so to say i'm a bit confused is a bit of an understatement! I'm tring to set up a search facility so that results from multiple databases will come from just one form. A better way of explaining would be to show an example … | |
I've constructed a photo gallery with a dynamic CMS backend that allows the content providers to upload, delete, etc images. All images are stored as reformated jpeg files (processed by the GDLib on upload) and the relevant metadata is stored in a table called `gallery`. References are made by an … | |
I am trying to use Troy's class_http. For the moment, I am just trying to use the example provided. I have try to point to a cache directory, to leave it blank (so it should save it to the current dir). whatever the solution, the log always show : could … | |
Here are the actions I took I went to [url]http://www.daniweb.com/directory/directory.php?forumid=26#submit[/url] and I entered Title: Custom asp php programmers URL: [url]http://www.chrisranjana.com/projects-showcase.html[/url] Description: [url]http://www.chrisranjana.com/webinfo/a-collection-of-great-information-and-forum.html[/url] But I recevied this error [b] There seems to have been a slight problem with the DaniWeb IT Community database. Please try again by pressing the refresh button … |
The End.