39,393 Topics
![]() | |
hi,I see a site when I click the game image,it's to a url: [url]http://www.site.com/skill-games/12-many.html[/url] when I click the second image,the url changes to: [url]http://www.site.com/play/1400.html[/url] how this can be done?thanks in advance:eek: | |
Hi, Wishes. I am not comfortable with shell scripting though know a bit here and there. I believe the listing of a directory using php logic alone would not give appreciable performance if i have lots of nested directories. I really believe a shell commands would solve this and would … | |
how can i retrive data from database (mysql)and make it a drop down menu on a html form using php .and also if an iteam is selected from a fist dropdown before the next well become active. | |
hey I am trying to do a postnuke installation now, I gave up with phpnuke since it sucks, and I am trying to install postnuke but I got an error when I was going through the install process and I'm not sure what it means. Any thoughts would be greatly … | |
Hi, Newbie here with couple of generic questions. 1: Is it possible to write a script where I can goto SITEA (a mashup), enter my login info and from within that site grab or pull data from SITEB to show on SITEA presuming that I have stored my login info … | |
Hi , Wishes. I have developed a commenting system and it work as follows. first comment would be X. All reply to this would be X.X and reply to X.X would eb as X.X.X likewise. I keep each level's maximum filename used using a count file. [PHP] I use the … | |
Hi everyone i am new to php and have recently adapted a php email form and would like someone to validate it for me to make sure that it is correct. [code]<?php if ($_SERVER['REQUEST_METHOD'] != 'POST'){ $me = $_SERVER['PHP_SELF']; ?> <form name="form1" method="post" action="<?php echo $me;?>"> <table border="0" cellspacing="0" cellpadding="2"> … | |
Hi, I want to know how to find the site no.of visitors maximum allowed , for example i want to develop a site ,but i don't know how many no.of users can acess the site maximum. Is it possible to know and improve this visiting users capacity through PHP code. … | |
HI Can someone please help me. the book sucks, teacher will not help me (says I will not learn), I am trying to calculate Pay check. Just hours worked, pay, and overtime. :rolleyes: [B]Script is as follows:[/B] [code=php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Calculate Your PayCheck</title> … | |
I'm involved in the development of this script. I'd be curious to know what some SEO literate people think about it. There are likely hundreds of sites running some prior version of it, since its based on PHPLinks but we have added some features like... session ID supression on detected … | |
Hi, I was wondering whether PHP being a server side and kind of scripting languages, can be or being used for application/software development just like any other regular programming languages such as c/c++ or java. As far as I understand it is meant for web use only and thus can … | |
Hello all i posted in the job offers section and surely there has to be an 'expert' in vbulletin somewhere on this site. Below is what i posted. Not sure if this is against the board but i hope a few ppl will come forward and help me with my … | |
I am currently in the process of having a website made and I need some help working out which programming language is best to be the most cost effective solution ongoing between PHP and ASP. The website is a fantasy sports one that will interact strongly with its database and … | |
We are moving a site developed and working on another server to a Ubuntu Linux Server. I compiled the cgiemail function and put the output into the websites cgi folder. When I try to test it nothing sends. This is the error I get Any help would be greatly appreciated. … | |
Hey I have tried to search for a few but there aren't many tutorials on how to use phpnuke 7.9. I have set up a database so far with phpMyAdmin, and have populated it with the fields from my nuke.sql file. I have edited my php.config file I assumed I … | |
Going from a java background Learning php I decided to use what i considered a good script to learn from for a connection cclass. [URL]http://www.daniweb.com/code/snippet289.html[/URL] It works great for a single databsae but it is in mutliple database use I am having a few issues I am writing a class … | |
Hello all, I had this PHP script running fine on a FC4 linux box (using localhost). However when I transferred it over to a linux box running SME7.1 server, the $_POST function works incorrectly. It writes Resource ID #3 to all fields that get posted in the Insert query (MYSQL). … | |
Hello everyone, I have a MSSQL db with PHP front end. The data in the table is similiar to: "Two spaces" with 2 white spaces in the middle. When I use this code: [code] $sql = "select Name FROM Name_TBL WHERE Number = '$Num"; $rs = mssql_query($sql); $RT = mssql_fetch_array($rs); … | |
Hi Firstly I would like to say a quick Hullo to everyone on this Forum and apologize for my first post being a cry for help, I am a very keen though non professional website designer with a very limited knowledge of PHP. Recently a pal took over the running … | |
Hello everyone, This was posted in the PHP section also... I have a MSSQL [URL="http://www.daniweb.com/techtalkforums/thread70770.html#"]db[/URL] with PHP front end. The [URL="http://www.daniweb.com/techtalkforums/thread70770.html#"]data[/URL] in the table is similiar to: "Two spaces" with 2 white spaces in the middle. When I use this [URL="http://www.daniweb.com/techtalkforums/thread70770.html#"]code[/URL]: [code] $sql = "select Name FROM Name_TBL WHERE Number … | |
Hi, I have a webpage that displays different info at different times of day, it worked fine until i put flash on my page, i used tutorial on how to remove "click to activate" in updated IE. here: [URL]http://www.gerozahn.de/click-workaround/[/URL] then I tried to use my code to display different info … | |
i want to code an pop3 email webmail that i can fetch pop email from the diffrent accounts | |
Let me know,how can i pick randomly six numbers in between 6 to 49 output like this :23 44 3 11 21 in php only etc.......... | |
Hi all, I'm just learning how to delete records from a test table but I'm having some problems with it. I'm not sure exactly but it looks like it is deleting the last row from the table no matter which record is clicked on. It also appears that it is … | |
i want to make a PHP page which have username and password and this username and password should be saved in MySql table and the page should redirect to another page. i want to use ODBC and PHP. i am very new to PHP. Can anybody having any clue for … ![]() | |
:eek: Hi friends, i am facing a problem now in php programming, that is i have to list some contents. 10 per each page and there should be checkboxes ex sno item_id ck_box description this information is in 4 pages i want to get the item_id information that are checked … | |
Hi I'm working on a site that involves alot of date references. I have already implemented some PHP scripting and includes to make the site more dynamic, but would like to do the same with the date references. I have read about the [color=red]date[/color]() funtion but I'm still a newbie … | |
I'm learning Object Orïented PHP (or whatever you like to call it) and I ran into a problem. I made this query class: [php]class query { var $query; var $result; var $free; function query($query) { $this->query = $query; $this->free = false; $this->result = @mysql_query($this->query) or die('Error in mysql query:<br />\n' … | |
Just wondered if anyone could help me, what am i doing wrong here im trying to cant seem to get $email, $betakey or $userid to show any data i know im missing something but for teh life of me cant think tried everything i could think of fetch etc but … |
The End.