Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
80% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Endorsement
Ranked #856
Ranked #1K
Member Avatar for Usernamex235

Hi all, and thanks in advance for any replies. Google Places - great for helping nearby searchers find your business. But would signing up have a negative impact on searches outside of your business' region? For example (fictional): a user in London searches for "IT support" and finds my IT …

Member Avatar for LastMitch
0
295
Member Avatar for T4gal

Lately I've been seeing a lot of people saying you should never use table for a site layout, only DIVs. So I began to look into this to see why, and after a lot of reading I'm thoroughly confused. Currently I make all of my websites using tables and CSS …

Member Avatar for localinternet
0
227
Member Avatar for Siberian

Looking for book or video Recommendations for learning [I][B]separately[/B][/I] HTML and CSS. Online resources are helpful to learn but IMO some need a starting point. Online resources become understandable once the foundation is understood depending on the person because as we all know CSS has [B]plenty[/B] of techniques.

Member Avatar for menchester03
0
206
Member Avatar for SandieL

The graphic arrow that points to an additional layer/rollout does not appear in IE. The menu bar looks fine when on it's own, but when it is brought into another document via a JAVA script, the formatting changes & the arrow does not show up. The menu bar works fine …

Member Avatar for SandieL
0
143
Member Avatar for pakunoda

Hello to all! Can you please help me with my simple problem regarding to my image logo. i used div tag to my logo in order for me to position it in top left side of my web page. i thought everything's fine but when i try to minimized the …

Member Avatar for Usernamex235
0
91
Member Avatar for iLoveNoodle

what are the css properties i should look out for when styling for cross-browser consistency? or is there a good website that layout everything?

Member Avatar for drjohn
0
128
Member Avatar for Capt Spaghetti

I am allowing the user to select a city and state and presenting them with a list of organizations from a MySQL table which is formatted by the code shown below. The user then selects a particular organization by clicking on the ID for their chosen oranization at which point …

Member Avatar for Capt Spaghetti
0
154
Member Avatar for dthatsme33

I created a mobile version of a client's website. I created a subdomain called mobile.sitename.com In the past I have used this code on the index.php page: [CODE]<?php $mobile = "http://mobile.cogistix.com"; if(preg_match('/Windows CE/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) { header("location: $mobile");} elseif(preg_match('/Blackberry/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmOS/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmSource/i',$_SERVER['HTTP_USER_AGENT'])) { …

Member Avatar for Usernamex235
0
209
Member Avatar for ryathegr8

hi... i used the following links to download apache n php compiler/interpretor....but find no exe file or setup in downloaded folder... plz anybody give me the exact link by clicking whixh i could download the folder with exe files of both.... [url]http://www.php.net/downloads.php[/url] [url]http://httpd.apache.org/download.cgi[/url]

Member Avatar for Usernamex235
0
127
Member Avatar for Clarkeez

Hi. I have a PHP script on a form. It generates a mailto command with lots of variables pulled from the form fields. The only problem with it is that if someone types &, % or ; in the fields then it will only generate the email up to that …

Member Avatar for Clarkeez
0
153
Member Avatar for ben.matthews18

Ok I might just be being daft here but.. I am into the whole PHP thing at the moment and learning it at a really basic level.. I was on facebook recently and noticed this code in the url after I clicked some of the buttons; [CODE]'?ref=home'[/CODE] This showed up …

Member Avatar for richardmorris
0
126
Member Avatar for migicikinyanjui

i am trying a case statement that will input different results based on the town a user enters in a form .the code in the form is [CODE]<html> <body> <form action="relay.php" method="get"> town:<input type="text" name="town" /> <input type="submit" /> </form> </body> </html [/CODE] while that one for case is [CODE] …

Member Avatar for Usernamex235
0
140
Member Avatar for ronaldpaul

I've built a website using php and mysql. I wanted to host this site. So I registered a domain name and buy a web hosting package. The webhoasting package provider gave me 2 name server addresses. I pun the in the domain name control panel. But still when i type …

Member Avatar for Nyight
0
356
Member Avatar for Usernamex235

Hi All, thanks in advance for any replies. Environment: PHP5, MySQL, Windows XP/Server 2000/Server 2003. Problem: Using shell_exec to run a small program connected to a database, waiting for it to finish and then outputting a file which was produced. All was fine until I got a new and larger …

0
153
Member Avatar for Usernamex235

Hi all, and thanks in advance for any replies :) So I have a 300GB hard disk with Windows 7 on it, I also have a NAS drive for storing my music etc, so my C:\ drive only has to have the OS, my apps and games. Now a couple …

Member Avatar for Usernamex235
0
260
Member Avatar for mpc123

Please help with this if you can My example code below is part of a table that echos several fields, for this field I need to echo the text of the field which the below example code now does, but i need to make it state N/A if the field …

Member Avatar for Usernamex235
0
1K
Member Avatar for Arizona Web

A lot of web developers are strongly opinionated that divs should be used for design and tables for tabular data, but I am still not entirely convinced that website designers should jump on it yet. I haved designed web sites using both, and in my experience I have found that …

Member Avatar for justcrowd2010
0
475
Member Avatar for tulipputih

Hi everybody, I would like to have functionalities & interface like this [url]http://www.bluenile.co.uk/diamond-search?filter_id=0&track=head[/url]. Currently, the search result and checkbox are presented as in the above example. However, I am not sure of where should we keep the checked value to have something like in the bottom. ( all selected record …

Member Avatar for tulipputih
0
261
Member Avatar for El_Tazar

Hi,my name is Tumelo. I am an IT student in my final year. I have noticed there is more outside of school that I can learn,if maybe I am to work with one of you guys somewhere,I have to be in tip-top shape,I cannot be left behind. I am looking …

Member Avatar for El_Tazar
0
49
Member Avatar for reanopp

Hi guys, We have a custom-written online invoicing system, written in PHP. Right now, it generates an HTML invoice (with CSS etc) and sends that to the clients as an HTML mail, but since a lot of mail clients regard it as spam, disable functionality and images, or just completely …

Member Avatar for abeltenny0210
0
928
Member Avatar for klsatellite4

[code] <? ob_start(); ?><?php //session_start(); include('ziplib.php'); //require 'database.php'; //require 'zip/gnu-lgpl.txt'; require 'zip/pclzip.lib.php'; // if($_POST['download']) // from button name="delete" { $checkbox = $_POST['checkbox']; //from name="checkbox[]" $countCheck = count($_POST['checkbox']); for($i=0;$i<$countCheck;$i++) { $del_id = $checkbox[$i]; if(isset($_GET['del_id'])) { $id = $_GET['del_id']; $query = "SELECT * FROM updatenews WHERE id = $del_id"; $result = mysqli_query('$query') …

Member Avatar for Usernamex235
0
95
Member Avatar for masoudnia
Re: php

hello firends. I am learning php and I install wamp but now i dont know what i must do for using wamp server and how i must execute my projects?

Member Avatar for diafol
0
163
Member Avatar for ben.matthews18

Ok here is the situatation, I have three tables set up; 'Users' 'Profile' 'Linkingtbl' The 'Users' table holds the following data; [LIST] [*]Email (PK) [*]Password [/LIST] The 'Profile' table holds the following data; [LIST] [*]ProfileID (PK) [*]Firstname [*]Lastname [*]DOB [/LIST] The 'Linkingtbl' table holds the following data; [LIST] [*]ID (PK) …

Member Avatar for madison12
0
447
Member Avatar for ben.matthews18

I have a problem working out how to return users data when the user logs in. It needs to work so that when any user logs in only their data is shown. This is the current table structure; I have three tables set up; 'Users' 'Profile' 'Linkingtbl' The 'Users' table …

Member Avatar for diafol
0
100
Member Avatar for johndoe444

I see that there is only source that can be downloaded. As I don't have the root privilege, I can't compile and install apache. What alternative is there that would not require compiling and installing apache?

Member Avatar for JRM
0
70
Member Avatar for EddieC

One might have titled this story "Beware of government bearing gifts." We should be exceedingly wary whenever law makers begin dabbling with something that's been working exceedingly well for decades. Today that thing is the Internet, perhaps the least-regulated industry in the U.S. today. This week the U.S. Federal Communications …

Member Avatar for Usernamex235
0
214
Member Avatar for Encrypted

Hey everyone, I don't even know where to begin with this. I need to limit folder access to only those members who are allowed to access them. For example, I'm creating a folder /5/ within a folder called /orderreports/ for the order id 5. I need to check which user …

Member Avatar for Usernamex235
0
160
Member Avatar for f.damati

I am developing a web page which retrieve data from a seperate mysql server on the same network musql_connect('192.16.1.2:3306', 'root', '123'); but ana error shows Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '192.16.1.2' (13) in /var/www/html/index.php on line 3 the 2 servers are on 2 different virtual network …

Member Avatar for f.damati
0
156
Member Avatar for RisTar

Hi Guys, I just installed PDFLib, Im trying to create automatic invoice system for one of my clients. Im testing using MAMP on mac OSX10.5. I used the PDFLib manual and installed the extension. Im pretty sure that everything is working because i can see the extension information in my …

Member Avatar for Usernamex235
0
91
Member Avatar for niths

[QUOTE]hi all, i had a problem with logout.Even after clicking on logout,if we press back button i am able to see the details. i am destroing the sessions also. so can any one help me.... Thank u.[/QUOTE] [CODE]<?php ob_start(); @session_start(); require_once ("check.php"); session_destroy(); echo "<strong style='color:#FF3333'>"."<left><h1>Successfully logged out.</h1></left>"."</strong>"; ?> <html> …

Member Avatar for SKANK!!!!!
0
102