Tag Archives: Php Script

Database of music

My organization is currently working over a DJ’s website. He wants to have a listing of music available on the site, is there a way to take an shine in life spreadsheet and create a searchable and scrollable report on music in his collection We were thinking it might be able to be done through php. I’ll describe the method, but getting there is certainly another story. 1) He by now has an excel spreadsheet with all the list that comprises of, 7steps, artist, album, yr, keywords, description, plus any codes that identify the album. 2) The stand out file gets saved being a. csv (Comma Seperated Variable) style file. scenario… 3) About the webhost, a MySQL data source is created that can contain all melodies. 4) Its own PHP script manufactured that takes that. csv file and populates the data source. That is only used Once… to get the excel data in to the online MySQL data source. 5) An PHP admin page is manufactured so any future songs is usually uploaded to the database, extra, deleted, edited, and so forth. 6) A PHP script that accesses the internets database and exhibits information. Demonstrates by querying that database, searches, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

a few questions

hi i used to be wondering if any one could tell me where to find a script that’s free if feasible. that would please let me post a image link. And allows me align how many each row and the number of per page. then when which number is hit puts them in page 2 and 3 etc .. i dont need much features like coments or anything. i really want it to be like that one on this page www. nekkidtees. com Do you have any PHP experience You can make a script your self. Below is definitely example… (I didn’t actually test it). Create a plain text report, call it " catalog. txt" and fill it with one line for each photo. And also the three fields divided by pipes http: //www. site1. commyphoto1. jpgcaption http: //www. site2. netmyphoto342. jpgcaption http: //www. site3. netmyphoto46342. jpgcaption http: //www. site4. netmyphoto345742. jpgcaption for example. Right now, you have a new PHP script in which opens that archive and displays a person’s images. Like this… call it " hyperlinks. php"… PHP: < php //  open  the  report,   put  into  an  range. $file  =  file(“catalog. txt”); //  how  many  across$across=4; //  … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

newbie with PHP question

I am new to website design/ programming. I have a " associates information" page that drags name email etc from your database and places it in to a html table. i need to wrap the email per member into a link tag along with send it to some " contact members" page that’ll be a sort page and after that it will submit towards the form mailer and so on. my question is definitely is there a method to click on that " contact member" link and now have it pull this email address(taken through database) and insert it on the contact members page within the form field pertaining to email basically i need to create one contact member form and now have it dynamically push email addresses with the contacts page in addition to display that address while in the form field If the script in which processes and blows the email is known as " contact. php". For the " members information" site, as you display the table, make each member’s appoint a link in this way: < a new href=" contact. phpe=< =$email> " > $member_name< /a> I do not know what your aspects names are, so … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

How can People Upload their Pictures to My Site?

I’d like to see to build an affiliate site for a Different Film that I will Produce. I need potential actors as well as actresses to fill in a form and within the form I want an establishment for them that will upload their images. Actually only one picture to ensure I know what they mimic and can complete some table casting. I would such as the pictures to always be about 250px by simply 200px. Please what will i do to do this How can I limit the size and style of the picture make can upload What exactly code do I intend to make it possible regarding them to add their pics to start with It would be a PHP script employed for uploading. Perhaps using MySQL, dependant upon how many individuals are involved. You have some other decisions for making… 1) Do they need to know a password for you to upload, or log-in On the web plan on making it so only people can use it 2) Are you wanting people does that involve 3) Are they supposed to be able to edit and " add" or perhaps " delete" recommended to their profile, and adjust … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Blog Feed In My Website

Looking for methods to insert my weblog feed only into my blog of my website. I see most of these other websites performing it… and I always wondered how they actually it. If you’re using WordPress to create your website, I believe you will find there’s plugin for in which. Otherwise, this article talks about using Javascript to perform it. (I’m making the assumption that blog is located on Blogger or some other web address as opposed to website you want to display it on) POST use Tumblr, which has a pretty quick and easy strategy to insert your blog into a webpage. The particular way I undertake it is using iframes, which I recognize is frowned when but I’m a novice which was the easiest once. However, Tumblr offered a couple of other alternatives way too. It also has plenty of customizable themes, or you can make your own. I prefer it pretty good, and found it easier to personalize than WordPress, at the least for what I want to to do. I believe he’s looking intended for " the change of that". Significance, he has that WordPress blog with the RSS feed… he wants that feed to seem … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

Frames: Good or Bad?

Hello there all. I already are aware that frames aren’t the best thing to use on websites (search engine problems, compatibility issues and so on. ) but I should get a common navigation bar between all of my pages. I’ve had complications before with needing to change a link for a 1 day offer or something and needing to change each site, just to change it back again. My solution was to acquire a ‘header. htm’ inside the root of our web directory as well as put an iframe at each page that’s source is defined to " /header. htm" The remaining portion of the page is completed with tables. Is is okay to acquire this one frame on each page Regards, Phillid This is exactly why you use PHP. Either change the extensions of the files from. htm to help. php, as well as command the node to process. htm data as PHP (using. htaccess). After this you have a solitary file (script) that’s your navigation list. That only contains the actual menu part. Perhaps you call it " palate. php". On some other page, you " include" in which script… where the idea becomes inserted in the place … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Dreamweaver MX and php

Hello, I’ve volunteered to edit a site that has pages in php formatting. I use Dreamweaver MX, know some basics and have made/edited sites around html but for no reason used php. Next time i look at the website in Design view I don’t obtain the page content exhibiting, only the header, footer and menu although I can see the internet page text in Code view so the all there on internet land…. Is it possible to view and edit your website in design look at I don’t learn how to edit code. Every help really apprieciated! Regards, Lily Hello. Php is the server side language so to discover it you nned to load it with a server. Or you should utilize WAMP/MAMP and developed your PC as being a server enviroment tests. Or work online constantly. Make changes, upload to the webhost and view it online. PHP is required to be executed on this webhost’s server (or your own personal server). Thanks for the replies. Don’t find out if this actually helps me as well as not… So basically I can only make changes with a page in php by simply directly changing/editing that code PHP is a symbol … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Making the url: "www.myurl.com/example/example/example

Acceptable so i have learned to create my landing page on " myurl. com" and i have learned to create another page that underlines as " myurl. com/example. html" effectively my question can be, i see each one of these websites with " myurl. com/description from the product the web page is selling without any. html,. htm and also anything. how does someone create this, because every web-site i find which includes a product i prefer to sell they possess a description within the URL. so when im selling… oranges when i click on the webpage it shows such as this in the traffic, myurl. com/oranges_big_round_juicy many thanks This is completed using. htaccess spinner. It is possible to Google that:. htaccess rewrite There are many decisions to generate… Subject to how your web site is layed-out, or what PHP scripting you’ve, the rewrite rules is capable of doing different things considering the " /description". It would be a variable going into a PHP script, and also an HTML site, or a list, or whatever. We have ugh of knowing what you long for, we don’t understand what scripting you are employing, we don’t find out anything about what exactly you’re … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

‘Quote of the day’ code?

Hello there guys, I will be planning to add a ‘quote in the day’ type code to my site which could pick up several sentences that We’ve written…….. We’ve got 10/15 phrases, and I’d like one of them to be randomly selected and shown on my internet site evry time a person visits. Almost any ideas how POST should proceed Concerning the perfect a single… 1st, you have your own text data report. Just one sentence on every line. And then, I chose to apply a PHP script which can be accessed using any Javascript. You possibly can echo using PHP also should you wish. Here is the text file I am using called " really think. dat": Code: " I’m happier than the usual tornado in a trailer park. " – Larry the Cable tv Guy " I got madder than a two-fingered cripple trying to return a text message. " – Larry the Cable Guy " I got madder than a new one-legged waitress workin’ with the IHOP! " – Larry the Cable tv Guy " I got madder than a midget with a yo-yo" – Larry the Cable Guy " I got madder than a good albino … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment