piece1piece2foo* You are not using CGI PHP
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Your IP is 38.107.179.228

Result with date():
Thursday
Thursday 17th of May 2012 05:44:38 PM
Apr 4, 1962 was on a Wednesday
Jul 6, 1963 was on a Wednesday
Oct 6, 1986 was on a Monday
ThuPMEDTE_RMayC822
FriAMEDTE_AMEDT-0400Oct

Result with gmdate():
Thursday
Thursday 17th of May 2012 09:44:38 PM
Oct 3,1975 was on a Friday
ThuPMGMTE_RMayC822
FriAMGMTE_AMGMT+0000Oct

this is a simple string
You can also have embedded newlines in strings this way as it is NOT okay to do
Arnold once said: "I'll be back"
You deleted C:\*.*?
You deleted C:\*.*?
This will not expand: \n a newline
Variables do not $expand $either

My name is "MyName".
I am printing some Foo.
Now, I am printing some Bar2.
This should print a capital 'A': A
Line #0 : <HTML><script LANGUAGE="JavaScript" src="scripts/copyright.js"> </script>
Line #1 : <HEAD>
Line #2 : <TITLE>Welcome slash screen</TITLE>
Line #3 : <SCRIPT type="text/javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCity,GeobytesRegion,GeobytesCountry,GeobytesCapital,GeobytesMapReference,GeobytesNationalitySingular,GeobytesNationalityPlural,GeobytesCurrency,GeobytesPopulation,GeobytesCountryTitle,GeobytesLatitude,GeobytesLongitude,GeobytesIpAddress,GeobytesInternet,GeobytesIso3">
Line #4 : <!--//HIDE FROM INCOMPATIBLE BROWSERS
Line #5 : //STOP HIDING FROM INCOMPATIBLE BROWSERS-->
Line #6 : </SCRIPT>
Line #7 : <style>
Line #8 : A {text-decoration:none; color:#666666;}
Line #9 : A:hover{text-decoration:underline;background-color:black;color:#666666;}
Line #10 : </style>
Line #11 : </HEAD>
Line #12 : <BODY bgcolor="black">
Line #13 : <div id="splashcontainer" style="position:absolute;width:450px;"></div>
Line #14 : <layer id="splashcontainerns" width=550></layer>
Line #15 : <script>
Line #16 : /*
Line #17 : Dynamic Splash Screen effect- © Dynamic Drive (www.dynamicdrive.com)
Line #18 : For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use,
Line #19 : Visit http://dynamicdrive.com
Line #20 : */
Line #21 : //Specify the paths of the images to be used in the splash screen, if any.
Line #22 : //If none, empty out array (ie: preloadimages=new Array())
Line #23 : var preloadimages=new Array("images/scare.jpg")
Line #24 : //configure delay in miliseconds between each message (default: 2 seconds)
Line #25 : var intervals=1500
Line #26 : //CONFIGURE DESTINATION URL
Line #27 : var targetdestination;
Line #28 : if (sGeobytesRegion !="Florida")
Line #29 : {targetdestination = "http://www.notolowes.com/"}
Line #30 : // "http://tiger.census.gov/cgi-bin/mapper/map.gif?lat="+sGeobytesLatitude+"&lon="+sGeobytesLongitude+"&wid=0.720&ht=0.260&iht=359&iwd=422&&tlevel=-&tvar=-&tmeth=i&mlat=&mlon=&msym=bigdot&mlabel=&murl=&conf=mapnew.con"
Line #31 : else
Line #32 : {targetdestination = "http://www.notolowes.com/"}
Line #33 : //configure messages to be displayed
Line #34 : //If message contains apostrophe('), backslash them (ie: "I\'m fine")
Line #35 : var openingtags='<font face="forte" color="#666666" size="+7">'
Line #36 : var splashmessage=new Array()
Line #37 : splashmessage[0]='<B>Welcome to our visitor from '+ sGeobytesRegion + '</B>'
Line #38 : splashmessage[1]='Your IP address is <a href=http://'+sGeobytesIpAddress+'>'+sGeobytesIpAddress+'</a>'
Line #39 : splashmessage[2]='This IP originates from '+sGeobytesCity+' , '+sGeobytesRegion
Line #40 : splashmessage[3]='Which is located at '+sGeobytesLatitude+' latitude<BR />'+sGeobytesLongitude+' longitude'
Line #41 : splashmessage[4]='In '+sGeobytesCountryTitle
Line #42 : splashmessage[5]=sGeobytesNationalityPlural+' use '+sGeobytesCurrency+'\'s'
Line #43 : splashmessage[6]='The capital of '+sGeobytesCountryTitle+' is '+sGeobytesCapital
Line #44 : splashmessage[7]=sGeobytesCountryTitle+' is in '+sGeobytesMapReference
Line #45 : splashmessage[8]='The population of '+sGeobytesIso3+' is '+sGeobytesPopulation
Line #46 : splashmessage[9]='Now on to our website'
Line #47 : splashmessage[10]='<IMG SRC="images/scare.jpg" ALT="ain\'t skeered">'
Line #48 : var closingtags='</font>'
Line #49 : //Do not edit below this line (besides HTML code at the very bottom)
Line #50 : var i=0
Line #51 : var ns4=document.layers?1:0
Line #52 : var ie4=document.all?1:0
Line #53 : var ns6=document.getElementById&&!document.all?1:0
Line #54 : var theimages=new Array()
Line #55 : //preload images
Line #56 : if (document.images){
Line #57 : for (p=0;p<preloadimages.length;p++){
Line #58 : theimages[p]=new Image()
Line #59 : theimages[p].src=preloadimages[p]
Line #60 : }
Line #61 : }
Line #62 : function displaysplash(){
Line #63 : if (i<splashmessage.length){
Line #64 : sc_cross.style.visibility="hidden"
Line #65 : sc_cross.innerHTML='<b><center>'+openingtags+splashmessage[i]+closingtags+'</center></b>'
Line #66 : sc_cross.style.left=ns6?parseInt(window.pageXOffset)+parseInt(window.innerWidth)/2-parseInt(sc_cross.style.width)/2 : document.body.scrollLeft+document.body.clientWidth/2-parseInt(sc_cross.style.width)/2
Line #67 : sc_cross.style.top=ns6?parseInt(window.pageYOffset)+parseInt(window.innerHeight)/2-sc_cross.offsetHeight/2 : document.body.scrollTop+document.body.clientHeight/2-sc_cross.offsetHeight/2
Line #68 : sc_cross.style.visibility="visible"
Line #69 : i++
Line #70 : }
Line #71 : else{
Line #72 : window.location=targetdestination
Line #73 : return
Line #74 : }
Line #75 : setTimeout("displaysplash()",intervals)
Line #76 : }
Line #77 : function displaysplash_ns(){
Line #78 : if (i<splashmessage.length){
Line #79 : sc_ns.visibility="hide"
Line #80 : sc_ns.document.write('<b>'+openingtags+splashmessage[i]+closingtags+'</b>')
Line #81 : sc_ns.document.close()
Line #82 : sc_ns.left=pageXOffset+window.innerWidth/2-sc_ns.document.width/2
Line #83 : sc_ns.top=pageYOffset+window.innerHeight/2-sc_ns.document.height/2
Line #84 : sc_ns.visibility="show"
Line #85 : i++
Line #86 : }
Line #87 : else{
Line #88 : window.location=targetdestination
Line #89 : return
Line #90 : }
Line #91 : setTimeout("displaysplash_ns()",intervals)
Line #92 : }
Line #93 : function positionsplashcontainer(){
Line #94 : if (ie4||ns6){
Line #95 : sc_cross=ns6?document.getElementById("splashcontainer"):document.all.splashcontainer
Line #96 : displaysplash()
Line #97 : }
Line #98 : else if (ns4){
Line #99 : sc_ns=document.splashcontainerns
Line #100 : sc_ns.visibility="show"
Line #101 : displaysplash_ns()
Line #102 : }
Line #103 : else
Line #104 : window.location=targetdestination
Line #105 : }
Line #106 : window.onload=positionsplashcontainer
Line #107 : </script>
Line #108 : <!--Set href in below link to the URL of the target destination-->
Line #109 : <div align="right">
Line #110 : <table border="0" width="200" height="95%" cellspacing="0" cellpadding="0"><tr>
Line #111 : <td width="100%" valign="bottom" align="right">
Line #112 : [ <a href="#" onclick="window.location=targetdestination;"><font color="#FFFFFF">[ Skip Intro ]</font></a> ]
Line #113 : </tr></td>
Line #114 : </table>
Line #115 : </div>
Line #116 : </BODY>
Line #117 : </HTML>

Warning: file(http://jkarnes.ucnsb.net/php/index.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/ucnsb/public_html/jkarnes/php/php.php on line 116

Warning: implode(): Bad arguments. in /home/ucnsb/public_html/jkarnes/php/php.php on line 116


(:~)Karnes Home Page(~:)





"The danger to America is not Barack Obama, but a citizenry capable of Entrusting a man like him with the Presidency. It will be far easier to limit And undo the follie of an Obama presidency than to restore the necessary Common sense and good judgment to a depraved electorate, willing to have such a man for their president. The problem is much deeper and far more serious than Obama, who is a mere symptom of what ails America. Blaming the prince of the fools should not blind anyone to the vast confederacy of fools that made him their prince. The Republic can survive a Barack Obama, who is, after all, merely a fool. It is less likely to survive a multitude of fools, such as those who made him their president." - origin unknown


In the mean time here are our pages . . .
No To Lowe's at Myrtle Ave. and SR44
(http://notolowes.com)


Rosi's Site

Jesse's Site

Katrina's Site

Dedicated to
Officer Martin L.Ganz

A Manhattan Beach, California, Police officer who was shot
and killed in the line of duty on December 27, 1993.
He had pulled the person over for a traffic infraction.
Reason for the stop? Broken tail light.





Best if viewed with


SpamCop.net - Spam reporting for the masses Anti-spam banner



You are visitor number:
Since: Tue, Sep 10 2002, 23:34:08 EDT
Created on: August 05, 2001



PHP Scripts PHP is active.
"); include("count.php"); ?>

Scripts

read()) !== false) { echo "".$file."
"; } $dir->close(); ?>






Warning: fopen(http://localhost/test.txt): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/ucnsb/public_html/jkarnes/php/php.php on line 130

Warning: fgets(): supplied argument is not a valid stream resource in /home/ucnsb/public_html/jkarnes/php/php.php on line 133

Warning: fpassthru(): supplied argument is not a valid stream resource in /home/ucnsb/public_html/jkarnes/php/php.php on line 136



Warning: fclose(): supplied argument is not a valid stream resource in /home/ucnsb/public_html/jkarnes/php/php.php on line 139

Warning: fopen(http://localhost/index.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/ucnsb/public_html/jkarnes/php/php.php on line 144

Warning: Wrong parameter count for fgetss() in /home/ucnsb/public_html/jkarnes/php/php.php on line 145



Warning: fclose(): supplied argument is not a valid stream resource in /home/ucnsb/public_html/jkarnes/php/php.php on line 147