Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~6K People Reached
About Me

Love Jesus, my wife, studying Software Engineering and running my own business.

Interests
software, cycling, surfing, soccer, etc
PC Specs
MacBook Pro Intel 3.06GHz 8GB RAM OS X10.6
Favorite Tags
Member Avatar for PrinceyPaul

We are {company name and link removed} and we are now using oscommerce but we found out it is not seo friendly. Can anybody recommend seo friendly shopping cart. Tom

Member Avatar for Tania_3
0
2K
Member Avatar for PaliGap

I need a rewrite rule to change requests for a specific script on one domain and sub-domain to another domain and path: [I][url]http://domain-one.com/cgi-bin/38837728.cgi[/url][/I] or [I][url]http://www.domain-one.com/cgi-bin/38837728.cgi[/url][/I] to [I][url]http://somwhere-else.net/cgi-bin/abc/38837728.cgi[/url][/I] I have other domains that share the same script directory as domain-one.com and [url]www.domain.com[/url]. But I only want to redirect requests for domain-one.com …

Member Avatar for manojsamtani
0
140
Member Avatar for vbx_wx

I have a sockets projects using tcp/ip and it is structured like this: [code] class Socket { int desc; Socket(); // create socket here }: class TCPSocket: public Socket { public: int send(); int recv(); }; class ClientSocket: public TCPSocket { public: void connect(); }; class ServerSocket: public Socket { …

Member Avatar for vbx_wx
0
164
Member Avatar for veledrom

Hi guys, I developed a website and want to access it through the Internet by using my registered own domain. Website will be served by my Ubuntu machine at home. I have a router called Thompson Speedtouch. I simply want to host my own website at home. Domain: www . …

Member Avatar for powderedegg
0
203
Member Avatar for micahgeorge

Hi, I was making a search box and was trying to highlight the words that the users will enter in the search box,for example if the user enter "kids" in the searchbox it should highlight the "kids" word in the result............. is anyone have an idea how to do that

Member Avatar for muralibobby2015
0
188
Member Avatar for ryan461

Im just doin some testing with a local webserver. i have one user: hybrid who can login to the webpage fine and has for a while. But when i added a few users: usa, can with simple passwords using: ubuntu # htpasswd passwd can thats works fine. But I cannot …

Member Avatar for james.newell
0
149
Member Avatar for fuston05

New to programming. I am using fopen, fwrite fead to read and add content to a flat txt file. I can check to see if file_exists no problem, but if file exists but its empty... not sure how to check for that. Was hoping to at least get pointed in …

Member Avatar for fuston05
0
71
Member Avatar for prabhatsingh

i m bulding my first project as airport reservation..i want to know how do i link my project with any database...

Member Avatar for james.newell
0
90
Member Avatar for rooter1204

I wonder anyone here know any online site checker can possibly tell the site is created by like: wordpress, joomla, drupal etc

Member Avatar for james.newell
0
45
Member Avatar for Smudly

Hi, I have some queries that update some statistics in a table I have. I need these queries to run only after 15 seconds have passed however. This way if the user leaves before the 15 seconds, the queries won't run. I've tried using Sleep, however it seems to just …

Member Avatar for james.newell
0
83
Member Avatar for LalinM

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a1420653/public_html/processform.php on line 46 Here is the 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=utf-8" /> <title>Untitled Document</title> </head> <body> <?php // include MySQL-processing classes require_once 'mysql.php'; try{ // connect to …

Member Avatar for silviuks
0
1K
Member Avatar for json101

How to read a text file into PHP with set format? My text file: [QUOTE]user@example.com user1@example.com user2@example.com user3@example.com user4@example.com user5@example.com ...[/QUOTE] How do I add the text file to my PHP file like this: [B]'user@example.com', 'user1@example.com'[/B] [CODE]<?php function nl2br2($text){ return preg_replace("/\r\n|\n|\r/", "<br>", $text); } $str= file_get_contents("sheet5.txt"); echo nl2br2($str); ?>[/CODE] This …

Member Avatar for json101
0
1K
Member Avatar for stbtwitter

Hey Everyone, I know how to right a php script to send out an email. But I want to write a script that will send out an email at a certain time, The crux is, I need the email to be sent out even if nobody is accessing the page …

Member Avatar for stbtwitter
0
142
Member Avatar for potatoe

Hello there, As described in my thread's title.. Here's the situation: On this CRM I am currently developing to migrate a desktop CRM. I have planned to separate the database for my core and still use the current desktop CRM database to prevent any more file size increase the CRM …

Member Avatar for james.newell
0
83
Member Avatar for joeblacksmith

im nervous of this new experience, but I have heard wonderful things about macs, 2 things that make me scared, I have seen that the mouse only has 1 button, this seems confusing to me as i am a right click typa guy. and no start button? please let me …

Member Avatar for ducksoup
0
175
Member Avatar for pirateninja1111

here are the instructions for my assignment Write a program that counts the number of words, lines and total characters (not including whitespace) in a paper, assuming that consecutive words are separated either by white space or end-of-line characters. Your output from this particular file should say: line count: 58 …

Member Avatar for james.newell
0
448
Member Avatar for Lsmjudoka

I have a script that runs a static chatroom(User has to refresh the page manually). When a user submits a post, the user's data(Username, title, user level, etc..) is stored in the DB along with the post. The script for getting the post looks something like this: [code=php] $result = …

Member Avatar for Lsmjudoka
0
104
Member Avatar for pn2bade

So I need to make this program that Reads a file with a scanner, inserts each key and value into a hashmap, and when the user types in one of those keys, it will print both the key and the value. If it has no value, it says so, and …

Member Avatar for james.newell
0
95