Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags
Member Avatar for seularts

So lets say i have this url: $url = $_POST['site']; I would like to remove the [url]http://,[/url] the www. and the last "/". The trick is that the $url can be witten like this: $url = 'http://site.com/' like this: $url = 'www.site.com/' or even like this: $url = 'site.com/'. And …

Member Avatar for seularts
0
213
Member Avatar for nonshatter

Hey, I have been trying to devise a way to insert a formatted PHP date() variable ($expires) into a publicly available javascript countdown clock. Obviously, this is made difficult because PHP is server-side and Javascript is client-side. This first piece of code is me adding a number of days to …

Member Avatar for BeachyUK
0
231
Member Avatar for rafik.mulla

how to send session variable from one domain to another domain plz help

Member Avatar for BeachyUK
-4
71
Member Avatar for NoID

Hello Guys, I have found this counter, but i want it to refresh the number every 1minute, so for example it says "19" and the end user keeps refreshing the page, he wont see the number changing untill its been 1min. [code] <?php function randomGen($min, $max) { // setup our …

Member Avatar for BeachyUK
0
91
Member Avatar for indu-bajaj
Member Avatar for webbespoke
0
91
Member Avatar for whiteyoh

Hi all, The following should display a record count, however im getting to a blank screen. Can anybody see why this query wont display anything? [code] <?php $link = mysql_connect("localhost", "uname", "pword"); mysql_select_db("dbname", $link); $result = mysql_query("SELECT ID FROM tbl_sellers", $link); $num_rows = mysql_num_rows($result); echo "$num_rows Rows\n"; ?> i get …

Member Avatar for benqus
0
96
Member Avatar for sampson

I have an older computer that I want to give to a friend. It has a valid XP OS but I have no install discs. Is it possible to reformat this HD and keep this same OS. I just need to make sure any other info is off this HD.

Member Avatar for hughv
0
153
Member Avatar for hazelwize

responsible for filemaker 8.5 server ... windows xp ... i have done this once, but forget how to to add a new user ... the server software doesn't take me into "add user" ... can anyone direct me? ... thanks in advance ...

Member Avatar for hazelwize
0
79
Member Avatar for ulrik04

Hey all I have a htaccess file, than I want to redirect from (*)\.php to index.php#$1, but the # is making the rest a comment, how do I avoid this? I've tried with \#, but no change. How do I insert this icon?

Member Avatar for BeachyUK
0
82
Member Avatar for forzadraco

anyone can help mo to tell the algorithm how to make server uptime application like serveruptime.com? [url]http://www.duniaislam.site50.net[/url]

Member Avatar for BeachyUK
0
108
Member Avatar for nil_gh_80

Hello friends, I've a user login system......user's name & password are saved in the database.......suppose i've an user "admin". At the time of login if he enters "admin" he can login also if enters "ADMIN" or "AdMiN" he can login too.....how can I stop this thing........PLZZZZZZZ show me the way...... …

Member Avatar for BeachyUK
0
446