127 Posted Topics
Re: Take a look at this thread. See if it solves your problem: [url]http://www.daniweb.com/forums/thread116563.html[/url] | |
Re: Don't underestimate the potential of submitting your site to web directories. | |
Re: Since you didn't explain in details, I can only guess. If structuring the three text fields with a table is your need, see if this modification helps: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <div id="myDiv" style="display: … | |
Re: Now people have started worrying about their sites' PR again. I noticed changes in my sites' PR yesterday. In as much as it doesn't worry me much, I still try my best to work on my PR. Somehow, it gives confidence. | |
Re: My recommendation is: create individual pages for those states and don't duplicate your homepage, as search engines frown at such practice. You stand losing the ranking of your homepage, if you duplicate its content. Make sure you add every targeted state in the Meta keywords and Meta descriptions of it's … | |
Re: PomonaGrange, For the file upload section of your script, take a look at this thread: [url]http://www.daniweb.com/forums/thread136807.html[/url] | |
Re: Inquire more at [COLOR="Green"]godaddy.com[/COLOR] | |
Re: I started out by installing DreamWeaver 8 and buying this book: DreamWeaver 8 Beyond the Basics from linda.com. Combining both made my learning experience easier. So my advice is this: Get an HTML editor like Dreamweaver CS3 and buy some nice HTML, XHTML and CSS books to give you more … | |
I have this script and it works fine but Google is complaining that the dynamically-generated URLs have duplicate title tags and duplicate meta descriptions- having inherited that from /cmp/index.php. A few examples of the pages are as follows: [CODE]/cmp/index.php /cmp/index.php?start_time=12.00+am&start_tz=Africa/Abidjan&end_tz=Africa/Abidjan /cmp/index.php?start_time=12.00+am&start_tz=Africa/Abidjan&end_tz=Africa/Accra /cmp/index.php?start_time=12.00+am&start_tz=Africa/Abidjan&end_tz=Africa/Algiers [/CODE] The following is the section of the … | |
Re: A simpler way to do it is to duplicate the HTML file in Microsoft Word and save the file as a .doc extension. Upload the .doc file to your server. Put a Hyperlink on your HTML file pointing to the .doc file. A user can download it by just clicking … | |
Re: Banning someone's IP address is not a good practice, since the user might be on a random IP address. His/her IP address changes every time he's online, as assigned by his/her ISP. Banning might cause you to lose some sincere potential visitors who are using the same IP address assigned … | |
Re: I will write out the code necessary to upload files. It's going to take me quite some time. So, be a little patient, please. | |
Re: A PHP framework is a web application development platform that helps you to write PHP programs. There are many PHP Frameworks. Popular among them is the Zend Framework. Visit the following link for more info: [url]http://www.phpframeworks.com/[/url] [QUOTE=tirivamwe;655850]Hie everyone. Its been a year now using PHP and i think i do … | |
Re: Bcc means blind carbon copy. To use it enter the correct email address for the blind carbon copy recipient of your message. To send an email to multiple recipients using Bcc, enter their email addresses, separate the email addresses with commas. Eg: [email]john@yourdomain.com[/email], [email]emma@hisdomain.com[/email], [email]sister@herdomain.com[/email]. The use of any other … | |
Hello, I am very glad to join this area! I hope to integrate well into the community. Really, I have been around Daniweb for quite a while, but haven't been able to introduce myself here before. I'm Justin from Nigeria and I'm a junior web designer/developer. I'm also a regular … | |
Re: Cron can be set to run any Perl or PHP script and basically any command that can be run from a command line. It allows you to run commands and scripts at a certain time and date that you can set in a "crontab". You can create a crontab in … | |
Re: Visit the official site of PEAR at [url]http://pear.php.net/[/url] for information. | |
Re: Okay, assuming I call this database table file [COLOR="Blue"]databse_backup.sql[/COLOR], how then can I reference it in those PHP files? [QUOTE=praveen_dusari;646976]yeh, sure my friend[/QUOTE] | |
Re: A well compiled online dictionary on a niche subject of your choice. It might be something regular dictionaries don't offer. | |
I have this navigation bar with drop-down menu. It functions fine but the drop-down menu displays abnormally. Can anyone visit this URL and even view the source code of the Javascript and CSS? I need somebody to pinpoint the error. Your help would be much appreciated. The URL: [url]http://www.mexabet.com/index.php[/url] | |
Re: You can as well buy some PHP & MySQL textbooks. [url]http://safari.oreilly.com[/url] has good books on both subjects. And they give you an offer to read online. Moreover, search with Google, Yahoo and MSN about "[COLOR="Green"]PHP tutorials[/COLOR]". | |
Re: Example: [CODE]<form action="process.php" method="post" enctype="multipart/form-data" name="form1" target="_self" id="form1"> <select name="ProductName"> <option>Please, select</option> <option value="Cooling System">Cooling System</option> <option value="Desktop PC">Desktop PC</option> <option value="DVD Player">DVD Player</option> <option value="Laptop">Laptop</option> <option value="Media Player">Media Player</option> <option value="Monitor">Monitor</option></select> </form>[/CODE] Then, create a file called process.php to process the form. | |
Re: Visit this site to check if you can get one script that matches your need: [url]http://www.hotscripts.com/PHP/Scripts_and_Programs/Networking_Tools/Whois/index.html[/url] | |
Re: [CODE]# Drop any existing table `posts` # -------------------------------------------------------- DROP TABLE IF EXISTS `posts`; # -------------------------------------------------------- # Table structure for table `posts` # -------------------------------------------------------- CREATE TABLE posts ( post_id int(11) NOT NULL auto_increment, category_id int(11) NOT NULL, user_id int(11) NOT NULL, title varchar(150) NOT NULL, body text NOT NULL, posted timestamp, … | |
Re: I posted a php guestbook code here: [URL="http://www.daniweb.com/forums/thread116563.html"]http://www.daniweb.com/forums/thread116563.html[/URL]. You will find it useful. I reckon that's what you need, though you might customize it to suit your needs. | |
Re: I wrote this simple form script with PHP processing and it's beautiful. Copy and paste this code into the portion of your web page where you want the form to appear (it can be HTML or PHP web page, that is, you can save this file as [COLOR="Green"]comments.html[/COLOR] or as … | |
Re: If your domain name is [COLOR="Green"]coliotz.com[/COLOR], it is most likely your FTP Host will be [COLOR="Green"]ftp.coliotz.com[/COLOR]. I hope this helps. |
The End.