•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 456,589 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,593 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1494 | Replies: 6
![]() |
I have downloaded a lyrics script, and that works, but the author of that script didnt create a file for submiting lyrics...
i have tried to create a script but im not a php pro so i ask help from daniweb, to help & create that ""submit.php""...
the one who does this will have a lifetime linkback in all my sites...
now here is the script, if anyone wants to download abd test...
Download:
this is the sql that u have to execute on your db if u want to run the lyrics script
now submit.php needs these fields
Artist (text box) ---> `artist`
title (text box) ---> `artist`
album (text box) ---> `album`
lyrics (text area) ---> `lyrics`
sumbiter (text box) ---> `comments` (or create a new column `sumbiter`)
---> = this info goes to column
this is not that hard... i tried but i didnt succes
i have tried to create a script but im not a php pro so i ask help from daniweb, to help & create that ""submit.php""...
the one who does this will have a lifetime linkback in all my sites...
now here is the script, if anyone wants to download abd test...
Download:
http://lyrics.whdot.com/sscript.zip
this is the sql that u have to execute on your db if u want to run the lyrics script
CREATE TABLE `lyrics` ( `id` int(5) NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `artist` varchar(250) NOT NULL default '', `album` varchar(250) NOT NULL default '', `lyrics` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM; -- -------------------------------------------------------- -- -- Table structure for table `submit` -- CREATE TABLE `submit` ( `id` int(5) NOT NULL auto_increment, `artist` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `album` varchar(255) NOT NULL default '', `lyrics` text NOT NULL, `comments` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM ;
now submit.php needs these fields
Artist (text box) ---> `artist`
title (text box) ---> `artist`
album (text box) ---> `album`
lyrics (text area) ---> `lyrics`
sumbiter (text box) ---> `comments` (or create a new column `sumbiter`)
---> = this info goes to column
this is not that hard... i tried but i didnt succes
it doesnt matter if someone makes the script for me or tells me how to do...
u can download the script @
the point is to get this done...
u can download the script @
the point is to get this done...
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- creating an advanced php search (PHP)
- new to PHP and need help (PHP)
- PHP Sendmail Tutorial (PHP)
- create a php link by creating by making directory in unix (PHP)
- Learning PHP but problem with script (PHP)
- mysql errors, from submit.php and index.php (PHP)
- question about connecting odbc to sql through php script (PHP)
- if statement in php (PHP)
- how to make member expire after so many days with php script (PHP)
- How many clients can access a PHP script at a time from a MySQL server? (MySQL)
Other Threads in the PHP Forum
- Previous Thread: Problems with file upload
- Next Thread: MySQL vs. SQL Server


Linear Mode