39,402 Topics

Member Avatar for
Member Avatar for ashweb

Hi, I'm new to PHP and was wondering if anyone could help me with my problem. Basically I have an access database and have managed to create a few php scripts by looking at various tutorials and scripts on the net in php that insert, update, delete and view data …

Member Avatar for DanceInstructor
0
156
Member Avatar for Barefootsanders

Hey guys. I have a program that when i button is clicked it should increase an attribute by one and decrease a stat point by one. For some reason it dosent decrease the stat point by one, it sets it to -1 but it does increase the attribute by one. …

Member Avatar for DanceInstructor
0
75
Member Avatar for postyman

I am trying to make a simple database delete script. Im fairly new to php and mysql. I need to access 3 tables in the database to delete all the relevany information for one user. The articles, penname and users tables. I adapted the code from a search script I …

Member Avatar for phper
0
142
Member Avatar for tycoon_007

Hi, I've been using an IDE for developing in PHP. I wanted a PHP framework and SYMFONY was one of the suggested ones. I need to complete this proj withing 3 months and have no time to learn anything complicated. I need feedbacks from people who have used Symfony and …

Member Avatar for tycoon_007
0
94
Member Avatar for bharatshivram

i developed a website using php and the backend database ii am usiing is mysql. the server i used for this purpose is abyss web server. i have two problems 1) every time i log on ot the internet i am assigned a different ip address, how can i make …

Member Avatar for w_3rabi
0
308
Member Avatar for crazynp

Hi, Will anybody please help me with this. The bar chart image is created and stored using php code. each time the page is hit, the new image is created and displayed. The firefox always dispaly the new image but IE always dispaly the old image and I have to …

Member Avatar for crazynp
0
157
Member Avatar for sibboz

hi everybody, I help out with my mates gaming site, it caters for PC xbox 360 and PS3 gamers, with ladders and tournaments. But what I'm looking for is a league display script so that results can be shown in a table format, with fully editable coloumn titles so that …

Member Avatar for Phaelax
0
108
Member Avatar for Timra

Hello Everyone, I am looking for an SEO-friendly CMS program. Until now I have built my sites the old traditional way. (Plain HTML editor). The new site I am about to launch will be massive and cannot be managed without a decent CMS program. I am not looking for a …

Member Avatar for luemob
0
234
Member Avatar for Barefootsanders

Hey everyone. Im trying to make an online RPG where you can join "Families" or clans. I the code below is what I have thus far. It works but for some reason it wont update the creating users "family_id" in the database thus not telling the server that he is …

Member Avatar for Barefootsanders
0
89
Member Avatar for proctk

after some searching I come up with the below which give the error I posted. I'm surprised that I have not been able to find script that uses mysql to get birthdays within x days. error message, any ideas, thank you for the help SQL Error: SELECT DOB, STR_TO_DATE(CONCAT(EXTRACT(DAY FROM …

Member Avatar for UrbanSky
0
1K
Member Avatar for nzd
Member Avatar for justinm
0
119
Member Avatar for vssp

Hi friends I am using mete tage to redirect the page in my php script.but the latest version firefox only not support the meta tag page redirect option -- unable pass the query string values. but older version its working correctly. How can i fix the issue . Please advice …

Member Avatar for vssp
0
82
Member Avatar for Gwtf

As the code was entered on this forum, I spotted the damn error. Sorry for noobing it up. >_<

Member Avatar for crazynp
0
85
Member Avatar for DATABASE

[COLOR=royalblue][B]hi [/B][/COLOR] [COLOR=royalblue][/COLOR] [COLOR=royalblue][B]i need help :lol: [/B][/COLOR] [COLOR=royalblue][/COLOR] [COLOR=royalblue][/COLOR] [COLOR=royalblue][B]how can i write a code (php) for "tell a friend" ?[/B][/COLOR] [COLOR=royalblue][B]i mean i want to tell a friend about a web page by sending an e-mail from the same page[/B][/COLOR] [COLOR=royalblue][/COLOR] [COLOR=royalblue][B]thanx in advance [/B][/COLOR]

Member Avatar for DATABASE
0
86
Member Avatar for Barefootsanders

Hey everyone. Ive been trying to set up a link that will allow people to see their profiles but I cant get the link to work. I have a center column that on each click gets the variable $page and loads the correct page using an include("profile.php"); Now I need …

Member Avatar for digital-ether
0
220
Member Avatar for Slavis81

Hello, I am a newbie coder and I am trying to create a [URL="http://www.daniweb.com/techtalkforums/thread73193.html#"]php[/URL] mailing list. I would like the users to enter their email address into the text box and click submit and have the email addresses seperated by ;'s and imported into my list.txt file. Here is the …

Member Avatar for digital-ether
0
168
Member Avatar for Barefootsanders

Hey everyone. I keep getting a parse error on this line when I try to access this page. Any suggestions? [CODE] <?php echo "Logged in as "$sesion->username""; ?> [/CODE] Thanks.

Member Avatar for Barefootsanders
0
90
Member Avatar for Barefootsanders

Hey everyone. I'm trying to create a webpage where everything you click, it reloads in the main content div with the new page. Heres an example of what im talking about. This is my main content. [code] <?php switch ($Content) { case register: echo "<a href=\register.php</a>"; break; default: echo "Welcome …

Member Avatar for Barefootsanders
0
100
Member Avatar for tycoon_007

I'm following a shopping cart tutorial and this snippet is confusing. I have a vague idea, but can some one pls explain what this means? [COLOR=red]// setting up the web root and server root for[/COLOR] [COLOR=red]// this shopping cart application[/COLOR] [COLOR=red]$thisFile = str_replace('\', '/', __FILE__);[/COLOR] [COLOR=red]$docRoot = $_SERVER['DOCUMENT_ROOT'];[/COLOR] [COLOR=red][/COLOR] [COLOR=red]$webRoot …

Member Avatar for DanceInstructor
0
100
Member Avatar for fromthe5

I don't know a heck of a lot about PHP, but enough to get by usually. This one has me stumped. [url]http://www.signwire.com/dimensional-letters/metal/signage.php[/url] is showing up as a live page on five unrelated computers. The problem is that the page does not exist on the server, at least not in the …

Member Avatar for fromthe5
0
172
Member Avatar for tycoon_007

I'm developing a site using mysql and php. For the backend database I use mysql and my htm page consists of both HTML and PHP scripts. It was suggested that I use 3 tier architecture to seperate the business logic and the presentation layer. My problem is , how do …

Member Avatar for pty
0
342
Member Avatar for crazynp

Hi Will anybody plz guide me to do a date conversion from gregorian to another calendar system using php and also mysql(if needed). I am clueless. Thanks in advance!

Member Avatar for DanceInstructor
0
89
Member Avatar for lone_phoenix

Hi, I'm looking for a MVC based framework for PHP development. I came across two such frameworks on the web - [URL="http://www.cakephp.org"]CakePHP[/URL] and[URL="http://www.phpontrax.com/about"] PHP on Trax[/URL] Committing to a framework is a big deal, and I'm not sure which one to go for here. They look pretty much silmilar in …

Member Avatar for DanceInstructor
0
69
Member Avatar for Brims

Hiya I just wanted to know if there are any php profile page templates, like that of myspace.com, where the user can upload an image of themselves and upload tracks to that page and also add profiles I would be much greatfull thanks

0
76
Member Avatar for Brims

Hiya I just wanted to know if there are any php profile page templates, like that of myspace.com, where the user can upload an image of themselves and upload tracks to that page and also add profiles I would be much greatfull thanks

0
75
Member Avatar for heliumgas

Hello I´m trying to make a function that give-me data from a data base mysql at time there is no problem but i would like to now how i can make that funcion to be called from x hover x seconds, the ideia is just to se if there is …

Member Avatar for tavox
0
137
Member Avatar for hunkychop

ive never had this error before, could any one help me sort this out? here is the effected section of my script. thanks for any help [php] </span></p> <p>&nbsp;</p> </blockquote></td> </tr> </table> </body> </html> <?php //script end ?>[/php] ive also tryed... [html] </span></p> <p>&nbsp;</p> </blockquote></td> </tr> </table> </body> </html>[/html]

Member Avatar for GliderPilot
0
76
Member Avatar for Brims

hi there i am developing a website, where users can register to become members however, i have to write operations how the system will add a user, I have been told to do it in psuedo code, but i dnt know psuedo code. is there any other way this can …

Member Avatar for VanPetrol
0
117
Member Avatar for foxycutty

Hi all. I am currently a final year Multimedia design student and am creating a website for a band for my university project. I wanted to incorporate a 'Bebo' type comments page where the band members could log on and leave comments about where they are and what they are …

Member Avatar for justinm
0
58
Member Avatar for paddyboy

HI all, would really appreciate some help. PLease be gentle, this is my first attempt at programming since the 80's (and that was VB basic! :confused: ) I am using tikiwiki to set up a site. I have modified (butchered?) some existing code to create a new module. It should …

Member Avatar for spincycle
0
322
Member Avatar for philiptabraham

Can anybody help me in how to load the labels in the html page using javascript or php FROM XML IN linux OS.

0
69
Member Avatar for davec271

I have just put together a personal site and am trying to integrate a php guestbook. I obtained a free guestbook, called easyboard and have followed the instructions asto the installation but the html page that I've incorprated the board isn't actually working it displays all the deperate parts that …

Member Avatar for jbennet
0
1K
Member Avatar for dcarrillo18

I have a folder called _secure in which I have a .htaccess file that denies all access to the _secure folder. Within the _secure folder I also have a swf file. I'm using PHP to retrieve the secured swf file and show it if the user is logged in. For …

Member Avatar for DanceInstructor
0
138
Member Avatar for anasta

Does anyone have an example to show a dynamic array of a db table that can be updated. table consists of 3 fields of which the team name is the only constant- points and percentage need to be changed weekly. Any help will be very much appreciated, i have tried …

Member Avatar for anasta
0
99
Member Avatar for Spycat

Hi, As the title would indicate, I know a lil about PHP, but zero about ASP. I was having problems with spam from one of my forms, and one solution I did was to have a form field I named "message" that is hidden. Humans can not see it, and …

Member Avatar for Spycat
0
184
Member Avatar for eldoc

Anyone tell me about patServer please. Does anyone know where I can find instructions on how to use patServer - spent ages on the net trying to find a 'how to'. Specifically, where to put each of the files in one of their examples (say, tictactoe) and whether I need …

Member Avatar for eldoc
0
96
Member Avatar for hunkychop

i am trying to export the results from a form into the script of another php in form of variables : ex. form proccess script (globalvar.php) [quote] $dbtype = $_POST['dbtype']; $dbhost = $_POST['dbhost']; $dbname = $_POST['dbname']; $dbpass = $_POST['dbpass']; $dbport = $_POST['dbport']; $dbtable = $_POST['dbtable'];[/quote] new php (varheader.php) [quote] $dbtype …

Member Avatar for hunkychop
0
110
Member Avatar for mohaydee

Hi, everybody, I'm new to PHP and I'm setting up a web page in which I want to include a subscribing box for the visitor to send me his email. I've found this code on the internet and adapted to my neccessity but I want to know if it's okay …

Member Avatar for UrbanSky
0
101
Member Avatar for tomhughes

Hey, I've just uploaded some stuff to server and it works fine but theres a big error message through the screen saying "undefined variable seacrh at line 15" Code: [php]if(isset($_GET['search'])) if(!isset($cmd)) { $search = $_GET['search']; } $keywords = explode(" ", $search); <--- line 15 [/php] Also is there any way …

Member Avatar for digital-ether
0
152
Member Avatar for hunkychop

ive got a [B]Parse error[/B]: syntax error, unexpected T_VARIABLE on this line: [code]$dboutput = "//database vars \n" "$dbtype = '".$dbtype."'; \n" "$dbhost = '".$dbhost."'; \n""$dbtype = '".$dbtype."'; \n""$dbname = '".$dbname."'; \n""$dbport = '".$dbport."'; \n""\n" "$database = array($dbtype, $dbhost, $dbname, $dbpass, $dbport);";[/code] any idea of whats wrong with it?

Member Avatar for digital-ether
0
108
Member Avatar for SoLost

Ok. here's the problem. I bought a game site script thinking that I would just be able to put it directly onto my website.. haha.. I have no experience in building websites and am completely lost. It's in PHP and what I've done so far is created a mysql acct …

Member Avatar for SoLost
0
121
Member Avatar for sam1

hi, it is giving me headache to write data from a php file to mysql( i can read from the table but cant write) here is my connect.php which connects to mysql: [CODE]<?php $mysql_host = "localhost"; $mysql_user = "sam"; $mysql_pass = "123456"; $mysql_data = "website"; $mysql_table = "shoutbox"; mysql_connect($mysql_host,$mysql_user,$mysql_pass) or …

Member Avatar for niceboy
0
283
Member Avatar for beihkya
Member Avatar for pty
0
83
Member Avatar for sam1

hi, I am trying a login page for my website. the login page works fine and i can take the username using sessions to the welcome page. now my question: would i be able to retrieve(show) data from mysql according to the username that i have in session? thanks

Member Avatar for yogeshsinghal
0
84
Member Avatar for jbennet

Ok here is my code: [code] <html> <head> <title> PHP Test Page </title> </head> <body> <?php echo date("H:i"); echo gmdate("M d Y"); $counter_file = "count.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 20); fclose($fp); $counter++; echo "You're visitor No. $counter."; $fp = fopen($counter_file, "w"); fwrite($fp, …

Member Avatar for JEofVB
0
169
Member Avatar for eldoc

What will a flash xml client socket connect to? I have a working php TCP/IP server socket bound to a port >1023 and the flash client will not even connect to it. I can connect to it with non-xml client. Can anyone explain this to me - it has been …

Member Avatar for eldoc
0
119
Member Avatar for dangre

Hi peeps. My main reason for coming here is to ask for a little help, coding wise. Now i`m not sure what specific rules you have for requesting help so please don`t get on my back if i do something wrong. With that said, I`ve been trying to code a …

Member Avatar for stymiee
0
78
Member Avatar for sam1

hi, is there a way to delete data in mysql using the 'date' column, i have a table with name message and date. if the date is say yesterday then delete the row.... it is for the shoutbox i am implementing, so i need to delete one messages from yesterday. …

Member Avatar for sam1
0
86
Member Avatar for php_coder

Hi buddies I want to implement VSS(Visual Source Safe) and am having XAMP. I have searched for the info and it says JRE is a must for VSS to work and it come by default if we work on IIS server. But mine is XAMP:sad: What should i do? :?:Please …

Member Avatar for php_coder
0
79
Member Avatar for desiguru

I am trying to build a website that will provide visitors an option to view almost all of the pages in multiple language. Is there any PHP CMS that will allow me to do that?

Member Avatar for julian2003
0
91

The End.