|
About 142674 posts are found about "rhttp www google com br ".
38126 bytes The function is supposed to be PHP: <?php $con = mysql_connect("$hostname", "$username", "$password"); ?> ? correct. you use this to connect to the server. then you use PHP: mysql_select_db("my_db", $con) to access a mysql database on the server. I am making a register page that will insert the information the user enters into the table. However i was under the impression that the username and password feilds in the mysql_connect function were the users entered username and password. however that cant be ... 7570 bytes Good Afternoon all, i am getting the following error when i run this script Column count doesn't match value count at row 1 any ideas? $dbconnect = mysql_connect($host, $username, $password) or die(mysql_error()); $dbselect = mysql_select_db($database) or die(mysql_error()); $session = $_SESSION['captcha']; //Define the session we set in image.php $image = $_POST['image']; //Define the post $image = md5($image); //MD5 encrypt the post if ($_POST['form_submitted'] == '1') { if ($session == $image) { //if ... 15265 bytes Allright. I'm learning how to user preg_match and that stuff Here is the testing code that I have at the moment... <?php $text2 = '<span class="postlink">http://www.google.com</span> [ url]http://www.google.com[/url] <br /> [ url]http://www.google.com[/url] <br /> [ url]http://www.google.com[/url] <br /> [ url]http://www.google.com[/url] <br />'; //$text2 = eregi('[[url]*.?.*[/url]]',$text2,$matches[1]); $text2 = preg_match_all('[\[url\]*.?.*\[\/url\]]',$text2,$matches2['match']); ... 20393 bytes Hi all, I have got a problem with a page I am working on, and I haven't seen it before. What happens, is that when I visit it, immediately after it has loaded, the page skips down, so my view is halfway down the page. I don't know what has caused the problem, but I really want to fix it because it is really annoying! :ichatangry: So what I want to know, is how do I make my screen view start at the top of the page? Any help wold be appreciated. I could be wrong but it sounds like you could be viewing a page ... 6921 bytes Hello friends, Just made my footer links active but the footer links on webhosting and contactus page not showing,and also in some pages i am experiencing link failure i have used footer include in my pages here is the code <div id="foot2"><!--footer start--> <div> <table align="center" cellpadding="0" cellspacing="7"> <tbody> <tr> <td valign="top"><a href="http://www.neophytech.com/">Neophytech home</a><br /> <a href="http://www.neophytech.com/companyprofile/">Company Profile</a><br /> <a ... 76344 bytes I know that's a broad question, so I'll clarify. We use virtuemart with joomla and I don't think it's quite good enough for our needs. So, here's a quick list of what we need in a website, and a cart.. GENERAL SITE NEEDS ⢠The design needs to be clean, professional, robust, easy to read, easy to print, easy to follow and quick. Our servers are very fast, so the design should compliment this. ⢠We're not just a sales site but an information site that educates our customer base. Our cart needs to ... 107027 bytes I'm trying to figure out how todo this: Say if I type :urlgoogle: into my post at my blog and when it's published it displayes as a link to google. Is that possible with php? Absolutely. <html> <head> <title> String replacement in PHP</title> </head> <body> <?php $myInput = "This is a link to google -> :urlgoogle:"; $myReplaced = ":urlgoogle:"; $myReplacement = "<a rel='nofollow' href='http://www.google.com/'>Google</a>"; $myInputStr = "These are links to :urlgoogle:, :urlozzu:, & :urlgorillamask:."; ... 12478 bytes Hi I am new to these forums and have also just started to get into designing websites. I have started off by designing a small and simple CSS based site. This has been OK so far but now I have hit a problem. I have managed to successfully embed a Youtube video into my site, this works in Firefox and also IE, I have not tested it other broswers yet. The problem I am having is that when the page loads for the first time it generates a active content error and the user has to select the yellow bar at the top ... 21975 bytes i want to display the record by category... with the header is order by state.... here is my sample code: it happined that all category is listed but the state can't display, hope you give me the idea on how to do this..... sample what i want: HEADER WHICH IS ALASKA -> THIS IS THE STATE http://www.usp.com/ micheal usp manuel lahug cebu Alaska 66 343 3434 3434 mansite2003@yahoo.com https://www.google.com Melda Manceli Tura Tura bang bang bang Melda Manceli usp cebu Alaska 60000 343 34 34 ... 2937 bytes I'm a webmaster strictly from the survival standpoint. So should you reply, please don't use any big words. My main business is automotive restoration - specifically Alfa Romeo Spiders (convertibles). I also sell a few items on my website. Until two months ago both businesses used the same URL - AlfaCyberSite.com. This meant I needed to precede all Biba Restoration pages with: http://www.alfacybersite.com/ I've now registered BibaRestorations.com and have separated the two 'company's' with BR being in a ... 17289 bytes So I have a bunch of content, mostly text, in a div. And I want to put a logo to the right of some of the upper text. So it would, stay the same distance from the from the text, you know. I have a min-width and max-width set on the page. Any suggestions? vim, To insert image toward right of text try this Html Code: <div class="img-flo-rig"> <img src="image.jpg" width="#" height="#" border="0" /> </div> <p>put some text here</p> Css Code: .img-flo-rig { float: right; padding: 0px; margin: 0px; border: none; ... 9412 bytes I have position 3 for the Keyword "Intercambio cultural" (Cultural Exchange) at Yahoo! However, instead of the Title Tag (which is the name of my company - BEX Intercambio Cultural), Yahoo! shows "Clique aqui", which is "Click here" in Portuguese. I have already checked my site codes and I simply don't understand why this is happening as Google and MSN shows normaly my Title Tag as it was suppose to be. Please check the results in the following link: ... 17172 bytes Hi, I am having a problem with my layout. It has 3 divs side by site, with the biggest one in the middle. However, when I have a look on Firefox and Google Chrome, the divs are all on top of each other. I will copy and paste the code for what I am woking on . HTML Quote <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.dtd"> <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head><meta name="google-site-verification" ... 7320 bytes hi i have this code as my my logon script while the htaccess on my server is fixed. is it possible to have more than 1 user on here because all the areas are the same just different users and passwords here is the code: <? $adm_user="USER"; $adm_pswd="PASSWORD"; session_start(); if ($logout=="y"){ session_destroy(); header("location:$PHP_SELF"); } if ( ($fuser==$adm_user) and ($fpswd==$adm_pswd) ){ $login=$adm_user."|".$adm_pswd; session_register(login); } ?> <style><!-- BODY {font-family:verdana; ... 31444 bytes ok this http://slocombal.com/contact_us_form.html is one of the forms with the problem hit submit and then look and the top of the page you will see some of the php code showing, also it is not sending the emails. this code was working fine for like three months then the other day it just stop working. Please any help is greatly appreciated. OK HERE IS THE CODE <?php /* subject and email variables */ $emailSubject = 'SlocombAL.com Contact Us Form:'; $webMaster = 'caverun@caverun.org'; /* data get variables ... 45853 bytes Code: <?php define('GMAG', 0xE6359A60); //unsigned shift right function zeroFill($a, $b) { $z = hexdec(80000000); if ($z & $a) { $a = ($a>>1); $a &= (~$z); $a |= 0x40000000; $a = ($a>>($b-1)); } else { $a = ($a>>$b); } return $a; } function mix($a,$b,$c) { $a -= $b; $a -= $c; $a ^= (zeroFill($c,13)); $b -= $c; $b -= $a; $b ^= ($a<<8); $c -= $a; $c -= $b; $c ^= (zeroFill($b,13)); $a -= $b; $a -= $c; $a ^= (zeroFill($c,12)); $b -= $c; $b -= $a; $b ^= ($a<<16); $c -= $a; $c -= $b; $c ^= (zeroFill($b,5)); $a ... 4928 bytes I would like to insert an sitemap(.xml) genarated by a third party into my current website. I do not want this to be a page. All I want is for spiders to see it and read it. How do I insert this code into HTML. You don't place XML sitemaps into HTML. Upload the sitemap.xml file to the root of your site and submit it to search engines. You can do this for Google using Google Webmaster Tools. I'd assume other search engines have similar methods but you'll have to look those up yourself as I haven't used them ... 50196 bytes Hello friends, i want to add a fading scroller where i will display some text and images in the side bar for that i have used this code from dynamicdrive and put it in this sidebar include sidebar3.inc.php <div id="menuBlock"><!-- left side menu --> <div class="box boxText firstBox"> <div><a href="chatroll.htm" target="_blank" onclick='showPopup(this.href);return(false);'><img src="../images/live%20support.gif" border="0" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a></div> <div class="c10"><script ... 4157 bytes Hey guys wondring if this i possble or not. Firstly here is what i have. <a href="http://stephenmcintyre.net/">http://stephenmcintyre.net/<br /></a> <a href="http://stephenmcintyre.net/blog/fragment-anchor-php/">http://stephenmcintyre.net/blog/fragment-anchor-php/<br /></a> <a href="http://stephenmcintyre.net/blog/kongregate-badge-feed-php/">http://stephenmcintyre.net/blog/kongregate-badge-feed-php/<br /></a> <a ... 2351 bytes Hi there, I hope you can help. I'm having problems using CSS text links in dreamweaver MX. I would like to use a set of links at the top of the page (for navigation purposes), however I would also like to use links throughout the rest of the page. The problem is that the formatting I choose for the links at the top automatically filter through the rest of the page - making them unreadable, due to the different coloured background. I'm sure there must be a way of using two different fonts/colours, but I ... |