|
About 106324 posts are found about "www google ac za".
3238 bytes I NEED TO CREATE A VIEW CALLED COMM_TOTAL: MY UNDERSTANDING SO FAR IS IT WILL FOLLOW THIS FORMAT: CREATE VIEW COMM_TOTAL (column1, column2...) AS THE CODE BELOW FINDS ACT COMMISSION RATE, YEAR, CODE AND ID FOR EACH PERFORMER: SELECT B.YEAR, A.PERS_ID, C.ACT_CODE, C.ACT_COMM TOTAL FROM PERFORMER A, RATING B, ACT C WHERE A.STAGE_NAME=B.STAGE_NAME AND A.ACT_CODE=C.ACT_CODE AND A.PERS_ID, D.PAY_AMT IN; YEAR PERS_I AC TOTAL ---- ------ -- ---------- 2002 PER01 JG 5 2002 PER05 CL 10 2003 PER01 JG 5 2003 PER04 CL ... 12814 bytes Actually I am looking for best domain for my site. I plan make a interior website but I am confuse for select the best domain. This site is seo friendly. If any site they give good un registered domain so tell me . And you have some best domain so please................. Sandy......... try and have your keywords in your domain name. If not then one or 2 keyword added on is fine....but don't have it too long. If you want to be popular in future use your company name that you want to make famous. I don't ... 78925 bytes Hi Does anybody know how I can export the Java Script in my page to an external .js file and link it? <?php ob_start("ob_gzhandler");?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Professional Web Site Marketing Report Secrets | Business Web Consultancy | Web Promotions -- pro-netmarketing.co.za</title> <META NAME="keywords" content="Professional web site marketing report secrets, Website Critique and Analysis, search engine optimising, optimizing, business web ... 31385 bytes hi. i have a guestbook that stores text in flatfiles. and i have a problem with it.. I want the URL's to be: <a rel='nofollow' href=http://></a> and mail's to be: <a rel='nofollow' href=mailto:></a> But i can't get it to that.. Here is the code in pastebin.com.: pastebin help me please... it's in array['1'] , the text is placed.. And this is the site ito see this kode "live" So you can see what i mean, better. -problem site- It's in the table called "Beskrivelse" i want the URL's and mail's to work as <a ... 4044 bytes Hi all On my Extreme Sports Directory site I have a section for our link exchanges. Its a banner rotation and as each banner changes so does the link. THe only code I could find that would change the link and the image is the one below. The problem is that is goes in sequence and I would like it to change randomly. Is there a way to change this code to bring up a random banner and link every couple seconds? If you know of a link to get another code like that please provide it. The URL is ... 7870 bytes Right, I have no idea whether this should be in here or not but here is my problem: A client has a website hosted with someone else. That company is charging them a ridiculous amount of money, so they wanted it on their own hosting so that 1) it's much more cost effective 2) they can manage it and 3) so that it's with all their other websites. They sent across a DVD with all the files on there, along with the SQL file to just dump into the database. I uploaded the files, changed the config to have all the ... 15658 bytes I am using a pre-installed script on my website but some of my users are having trouble trying to submit the form and receiving the following message "security violation, unauthorized referrer". Can anybody tell me how to fix this problem as I need to sort it out asap. Thanks $url = strtolower($HTTP_HOST); $url = ereg_replace("www.", "", $url); if (!ereg($url,$HTTP_REFERER)) DIE ("<html><script language='JavaScript'>alert('Security Violation: Unauthorized referer!'),history.go(-1)</script></html>"); if ... 7016 bytes I am having trouble with my .htaccess file and rewriting ... this shouldn't be too tough, I am just really no good at it. I have the following .htaccess file You don't have permission to access /redirect:/member/view.php.php.php on this server. Just for extra information, "member" is a folder and "view" is a php page called "view.php" and then one GET variable is passed to it, "data" ... Can anyone please tell me what I'm doing wrong here? Instead of using (.*) you should use more specific fields like ... 2331 bytes Hello, I was following a tutorial I have found on the web and then came up with this code: regExp = "^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$" but I don't know how to integrate this. Can you help me? Thank you and Best regards, If you're doing your project in AS 2.0 then you should use an actionscript class for regular expressions. I found this on net, maybe there are others too: http://www.jurjans.lv/flash/RegExp_JLott.zip If AS 3.0, then just go to adobe site ... 4034 bytes Hi, Do ac.uk have the same value as .edu links? I know it is common knowledge that .edu links are authoritive site but do ac.uk have the same power. Thanks, Darrell Ya maybe someone will know. Just so everone knows academic institutions in the USA have .edu in the url while here in the UK it is ac.uk in the url Good question. I really do not know, but I would think that any site from an academic institution, regardless of country, would have the same potential given if there were two comparable academic ... 7229 bytes Hi there, Can you guys please review my site? http://www.6pack.co.za Thanks I know the google ads are probably necessary, but their placement kind of bothers me. Mostly the ad in the middle of the page. 3 google ads is too much though, imo. Some of the content seems lacking too. For example, under "Warm up" you don't list basic methods of warming up (just examples of joint warm ups). I think it'd help if Q&A was in the menu bar and it might help to change how "interviews" and "Abs book reviews" look. It's ... 9062 bytes Hi, I have following code and day depreciated, how to replace? Deprecated: Function session_register() PHP Code: function valid_email($address) { if (ereg('^[a-zA-Z0-9_\.\-]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$', $address)) return true; else return false; } Deprecated: Function ereg() PHP Code: if ($HTTP_POST_VARS) { while (list ($key, $val) = each ($HTTP_POST_VARS)) { session_register("c$key"); $_SESSION["c$key"] = $val; } } Instead of ereg() use preg_match() Code: ... 51819 bytes Ok, does this make sense to anyone here? http://net.tutsplus....ax-signup-form/ I have always struggled with databases but this is beyond a joke, I set up a database but to be honest I don't think I did it right as the form just doesn't seem to do anything. It might sound stupid. But did you include your database connection details here: if($_GET['action'] == 'signup'){ mysql_connect('localhost','YOUR DB USERNAME','YOUR DB PASSWORD'); mysql_select_db('YOUR DATABASE THAT CONTAINS THE SIGNUPS TABLE'); $email ... 2934 bytes Alright, I installed a shopmod for my new phpBB. This mod is pretty *plum*. It took forever to install and forever to get rid of the bugs. When I got it to stop giving me errors, I found out some of the features weren't even working or activated in the first place. Well, I've spent many many hours on this and i'm finally getting it to work. Now i'm fixing up the little stuff and adding/ removing some features. I am setting up custom titles and i'd like people to be use basic characters such as exclamation ... 3776 bytes Hi, I have changed an e-mail validation to a Regular Expression but it doesn' t work. The code: Code: var re = /[a-zA-Z0-9\.\-\_]+\@[a-zA-Z0-9\.\-\_]+\.[a-zA-Z]/ var check = return re.test("mail1") if (check == false) { alert("The e-mail format is not correct") form1.mail.focus() return false } I wish the pattern was: at least one character, plus one '@', plus at least one character, plus a dot, plus at least two characters. Instead of allow only (A-Za-z0-9_-.). Thank you :classic:, Cesar Code: ... 36225 bytes well i am making a system to detect urls in someones post and make them into links. this is what I have so far, and it works if i manually set the array using the array function. <?php $text = "cat <!-- m --><span class="postlink">http://www.bozebo.com</span><!-- m --> seahorses <!-- m --><span class="postlink">http://gmail.com</span><!-- m --> <!-- w --><span class="postlink">http://www.n1studios.net</span><!-- w -->"; foreach($text as $text){ if(ereg("^www", $text)){ $newword = "<a rel='nofollow' ... 2632 bytes This weeks "Google getting sued" story brought to you by the American Chemical Society. http://battellemedia.com/archives/001116.php google news was used by some newspapers too. those guys don't know how much google can boost their traffic. there should be some other way for site owners to remove their sites from search engines. I'm sure they don't use robots.txt on their sites. It looks like they are being sued over the "Scholar" trademark. http://pubs.acs.org/cen/news/8250/8250acs.html. I just dont see ... 6060 bytes Hi I would like to know if this website has dynamic URL's or not and can mod_rewrite be implemented to change the URL structure. http://www.exclusivevillas.co.za/Villa_Display.asp?parentseq=1 Thanks in advance. Quote: Originally Posted by himanshu160 u should use ISAPI Rewrite for asp (provided ur server is IIS) Thanks, I don't know too much about asp, I am more familiar with php. I will do more research into ISAPI Rewrite. yes it is dynamic URL and you can apply mod_rewrite.. Quote: Originally Posted by ... 5490 bytes I read a couple of other topics about Mod Rewrite on this forum and several others just to find myself looking for a mod_rewrite package on google.. now that i got one and implemented it, i found myself getting alot of page not founds... heres the Mod_rewrite i used: RewriteEngine On RewriteRule ^forums.* /index.php RewriteRule ^viewforum([0-9]*)-([0-9]*)-([0-9]*).* /viewforum.php?f=$1&topicdays=$2&start=$3 RewriteRule ^mforum([0-9]*).* /viewforum.php?f=$1&mark=topic RewriteRule ^forum([0-9]*).* ... 3652 bytes Hi I am having a problem with my CSS link not picking up the correct font size display for h1 tag. http://www/pro-netmarketing.co.za Any help will be greatly appreciated. Cheers It looks to be correct to me. You've defined your h1 tag as: h1 { font: 14px Verdana, Arial, Helvetica, sans-serif; text-transform: capitalize; color: #000066; background: #F4F4F4; padding: 5px; } h1 { font: 14px Verdana, Arial, Helvetica, sans-serif; text-transform: capitalize; color: #000066; background: #F4F4F4; padding: 5px; } ... |