Jump to content

Search the Community

Showing results for tags 'please'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 3 results

  1. Hello! l was wondering if you might be able to help me. l am trying to find out how to make PHP read a file, and then check if that text is already there, and if so don't re-write it. l'll give out my code for an example. <?php //text file that counts the peeps that visit the site $lne = "line.txt"; $File = "counter.txt"; $handle = fopen($File, 'r+') ; //file open $data = fread($handle, 512) ; //file read $count = $data + 1; //Adds one person :DDDDD fseek($handle, 0) ; fwrite($handle, $count) ; //saves the new person echo 'Count #'.$count; // // // // // // $File2 = "ips.txt"; fclose($handle) ; if (isset($_POST['ip'])) { $ip = $_POST['ip']; $port = $_POST['port']; echo 'Connecting to ' . $ip . ':' . $port; exit(); } $ip = getenv("REMOTE_ADDR"); echo '<br>'.$ip; $handle2 = fopen($File2, 'r+') ; //file open $data2 = fread($handle2, 512) ; //file read fwrite($handle2,"\n" . $ip .':' . $count); //saves the new ip ?> <html> <form method="POST"> <input type="hidden" name="ip"> <input type="hidden" name="port"> </html> lt just re-writes the lP with the new counter, very annoying. l can filter it out with VB but l want it all to be server sided. Thank you for your time ~Papa Beans
  2. Hi, here is some code for my site, where images are displayed with text underneath. It is set up in a table, but all the images and text go horizontally, and I need it to go vertically. Please help. <center> <table border="1" rules="cols" width="100%"> <tr> <? foreach($top_ratings as $key => $image) : ?> <td valign="top"><img src="http://mywebsite.com/images/<?=$image->filename?>" width="100%"/></td> <? endforeach ?> </tr> <tr> <? foreach($top_ratings as $key => $image) : ?> <td valign="top">Score: <?=$image->score?></td> <? endforeach ?> </tr> <tr> <? foreach($top_ratings as $key => $image) : ?> <td valign="top">Performance: <?=$image->performance?></td> <? endforeach ?> </tr> <tr> <? foreach($top_ratings as $key => $image) : ?> <td valign="top">Won: <?=$image->wins?></td> <? endforeach ?> </tr> <tr> <? foreach($top_ratings as $key => $image) : ?> <td valign="top">Lost: <?=$image->losses?></td> <? endforeach ?> </tr> </table> </center>
  3. I have a code that is made to take city and state names form a text file, and input random content strings as well as the state and abbreviation into a database. The code runs fine when just entering the content of the text file, but once you try and add in the random content, it doesnt insert all 50 states. Sometimes its in the 40s, and some in the 30s, but never all 50. Here is the code below. states.txt Alabama = al: Alaska = ak: Arizona = az: Arkansas = ar: California = ca: Colorado = co: Connecticut = ct: Delaware = de: Florida = fl: Georgia = ga: Hawaii = hi: Idaho = id: Illinois = il: Indiana = in: Iowa = ia: Kansas = ks: Kentucky = ky: Louisiana = la: Maine = me: Maryland = md: Massachusetts = ma: Michigan = mi: Minnesota = mn: Mississippi = ms: Missouri = mo: Montana = mt: Nebraska = ne: Nevada = nv: New Hampshire = nh: New Jersey = nj: New Mexico = nm: New York = ny: North Carolina = nc: North Dakota = nd: Ohio = oh: Oklahoma = ok: Oregon = or: Pennsylvania = pa: Rhode Island = ri: South Carolina = sc: South Dakota = sd: Tennessee = tn: Texas = tx: Utah = ut: Vermont = vt: Virginia = va: Washington = wa: West Virginia = wv: Wisconsin = wi: Wyoming = wy: content.php <?php // Sentance 1 Part 1 $p1s1v1p1 = "If you are in need of"; $p1s1v2p1 = "If you are considering"; $p1s1v3p1 = "If you are thinking about getting"; $p1s1v4p1 = "If you are contemplating getting"; $p1s1v5p1 = "If you are going to get"; $p1s1v6p1 = "If you are getting ready to get"; $p1s1v7p1 = "If you are looking for"; $p1s1v8p1 = "If you are seeking"; $p1s1v9p1 = "If your business is in need of"; $p1s1v10p1 = "If your business is considering getting"; $p1s1v11p1 = "If your business is looking for"; $p1s1v12p1 = "If the next step for your business is"; $p1s1v13p1 = "If your business is getting ready to purchase"; $p1s1v14p1 = "If your business is considering purchasing"; $p1s1v15p1 = "If you want"; // Sentance 1 Part 2 $p1s1v1p2 = "website design"; $p1s1v2p2 = "website design"; $p1s1v3p2 = "website design"; $p1s1v4p2 = "website design"; $p1s1v5p2 = "website design"; $p1s1v6p2 = "website design"; $p1s1v7p2 = "website design"; $p1s1v8p2 = "website design"; $p1s1v9p2 = "website design"; $p1s1v10p2 = "website design"; $p1s1v11p2 = "website design"; $p1s1v12p2 = "website design"; $p1s1v13p2 = "website design"; $p1s1v14p2 = "website design"; $p1s1v15p2 = "website design"; // Sentance 1 Part 3 $p1s1v1p3 = ", then you have come to the right place."; $p1s1v2p3 = ", then you can consider this your last stop."; $p1s1v3p3 = ", then you can stop your shopping now."; $p1s1v4p3 = ", then you have met your match."; $p1s1v5p3 = ", then you have found the professional service for you."; $p1s1v6p3 = ", then you have found the place to get professional service and savings."; $p1s1v7p3 = ", then you have come to the right place if you are looking to save while getting quality design."; $p1s1v8p3 = ", then you have come to the right place if you are looking for the best service with the most competitive prices."; $p1s1v9p3 = ", then you can make this your last stop if you want to get a combination of quality and a great price."; $p1s1v10p3 = ", then you need to look no further."; $p1s1v11p3 = ", then you need to look no further for the combination of quality and savings."; $p1s1v12p3 = ", then we are the place for you."; $p1s1v13p3 = ", then we are the place for you to start."; $p1s1v14p3 = ", then we are here to help."; $p1s1v15p3 = ", then you have met your match if you are looking for a great price and superior quality."; // Sentance 2 Part 1 $p1s2v1p1 = "Prior to getting started,"; $p1s2v2p1 = "Before you get started,"; $p1s2v3p1 = "Dont just start getting quotes just yet,"; $p1s2v4p1 = "Dont just go out and get started,"; $p1s2v5p1 = "Dont just run out and start asking for quotes,"; $p1s2v6p1 = "Before you start getting quotes,"; $p1s2v7p1 = "Before your business starts asking for quotes,"; $p1s2v8p1 = "Before you start getting quotes for your business,"; $p1s2v9p1 = "Prior to getting your businesses' quotes,"; $p1s2v10p1 = "Prior to requesting quotes for your site,"; $p1s2v11p1 = "Prior to requesting your businesses website quotes,"; $p1s2v12p1 = "Prior to receiving any quotes,"; $p1s2v13p1 = "Before you get any quotes for your business website,"; $p1s2v14p1 = "Before you ask for any business website quotes,"; $p1s2v15p1 = "Prior to asking for any quotes for your businesses website,"; // Sentance 2 Part 2 $p1s2v1p2 = "there are a few things you should know,"; $p1s2v2p2 = "there are a few things that you should consider,"; $p1s2v3p2 = "there are many things that you should consider,"; $p1s2v4p2 = "there are many things that you should know first,"; $p1s2v5p2 = "there are things that you need to consider first,"; $p1s2v6p2 = "there are several things that you need to know,"; $p1s2v7p2 = "there are many things to take into consideration,"; $p1s2v8p2 = "there are several things to take into consideration,"; $p1s2v9p2 = "there are a few things to take into consideration,"; $p1s2v10p2 = "there are quite a few that you should consider,"; $p1s2v11p2 = "there are a handful of things that you need to know,"; $p1s2v12p2 = "there are a great number of things that you should know,"; $p1s2v13p2 = "there are a handful of things to take into consideration,"; $p1s2v14p2 = "there are an abundance of things to take into consideration,"; $p1s2v15p2 = "there are a great deal of things that you should know,"; // Sentance 2 Part 3 $p1s2v1p3 = "about web design in $statename."; $p1s2v2p3 = "about web design in $statename."; $p1s2v3p3 = "about web design in $statename."; $p1s2v4p3 = "about web design in $statename."; $p1s2v5p3 = "about web design in $statename."; $p1s2v6p3 = "about web design in $statename."; $p1s2v7p3 = "about web design in $statename."; $p1s2v8p3 = "about web design in $statename."; $p1s2v9p3 = "about web design in $statename."; $p1s2v10p3 = "about web design in $statename."; $p1s2v11p3 = "about web design in $statename."; $p1s2v12p3 = "about web design in $statename."; $p1s2v13p3 = "about web design in $statename."; $p1s2v14p3 = "about web design in $statename."; $p1s2v15p3 = "about web design in $statename."; ///////////////////// Randomize Parts \\\\\\\\\\\\\\\\\\\\\\ include("randomize.php"); ?> randomize.php <?php //Paragraph 1 Sentance 1 $p1s1p1_array = array("$p1s1v1p1", "$p1s1v2p1", "$p1s1v3p1", "$p1s1v4p1", "$p1s1v5p1", "$p1s1v6p1", "$p1s1v7p1", "$p1s1v8p1", "$p1s1v9p1", "$p1s1v10p1", "$p1s1v11p1", "$p1s1v12p1", "$p1s1v13p1", "$p1s1v14p1", "$p1s1v15p1"); $p1s1p1 = $p1s1p1_array[array_rand($p1s1p1_array)]; $p1s1p2_array = array("$p1s1v1p2", "$p1s1v2p2", "$p1s1v3p2", "$p1s1v4p2", "$p1s1v5p2", "$p1s1v6p2", "$p1s1v7p2", "$p1s1v8p2", "$p1s1v9p2", "$p1s1v10p2", "$p1s1v11p2", "$p1s1v12p2", "$p1s1v13p2", "$p1s1v14p2", "$p1s1v15p2"); $p1s1p2 = $p1s1p2_array[array_rand($p1s1p2_array)]; $p1s1p3_array = array("$p1s1v1p3", "$p1s1v2p3", "$p1s1v3p3", "$p1s1v4p3", "$p1s1v5p3", "$p1s1v6p3", "$p1s1v7p3", "$p1s1v8p3", "$p1s1v9p3", "$p1s1v10p3", "$p1s1v11p3", "$p1s1v12p3", "$p1s1v13p3", "$p1s1v14p3", "$p1s1v15p3"); $p1s1p3 = $p1s1p3_array[array_rand($p1s1p3_array)]; //Paragraph 1 Sentance 2 $p1s2p1_array = array("$p1s2v1p1", "$p1s2v2p1", "$p1s2v3p1", "$p1s2v4p1", "$p1s2v5p1", "$p1s2v6p1", "$p1s2v7p1", "$p1s2v8p1", "$p1s2v9p1", "$p1s2v10p1", "$p1s2v11p1", "$p1s2v12p1", "$p1s2v13p1", "$p1s2v14p1", "$p1s2v15p1"); $p1s2p1 = $p1s2p1_array[array_rand($p1s2p1_array)]; $p1s2p2_array = array("$p1s2v1p2", "$p1s2v2p2", "$p1s2v3p2", "$p1s2v4p2", "$p1s2v5p2", "$p1s2v6p2", "$p1s2v7p2", "$p1s2v8p2", "$p1s2v9p2", "$p1s2v10p2", "$p1s2v11p2", "$p1s2v12p2", "$p1s2v13p2", "$p1s2v14p2", "$p1s2v15p2"); $p1s2p2 = $p1s2p2_array[array_rand($p1s2p2_array)]; $p1s2p3_array = array("$p1s2v1p3", "$p1s2v2p3", "$p1s2v3p3", "$p1s2v4p3", "$p1s2v5p3", "$p1s2v6p3", "$p1s2v7p3", "$p1s2v8p3", "$p1s2v9p3", "$p1s2v10p3", "$p1s2v11p3", "$p1s2v12p3", "$p1s2v13p3", "$p1s2v14p3", "$p1s2v15p3"); $p1s2p3 = $p1s2p3_array[array_rand($p1s2p3_array)]; ?> runstates.php <?php include("database/connect.php"); $data = file_get_contents('states.txt'); // Get the file content $data = str_replace(array("\n", "\r"), '', $data); // Clear newline characters $data = explode(':', $data); // Get each record by : at end of line unset($data[count($data) - 1]); // Clear the last empty element $final_array = array(); foreach($data AS $row){ // Loop the exploded data $final_array[] = explode(' = ', $row); // Explode each row by Space=Space to each row of final_array } //////////////////////////////////////////////////// DONT FORGET TO CHANGE THE DILIMETER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ $row = 0; while ($row < 50) { $statename = $final_array[$row][0]; $abrev = $final_array[$row][1]; include("content.php"); $insert = mysql_query("INSERT INTO states (state, abrev, p1s1p1, p1s1p2, p1s1p3, p1s2p1, p1s2p2, p1s2p3) VALUES ('$statename', '$abrev', '$p1s1p1', '$p1s1p2', '$p1s1p3', '$p1s2p1', '$p1s2p2', '$p1s2p3')"); echo "$row entered <br />"; $row++; } ?> Any reason as to why it dosent input all 50 states when the runstates.php is ran?[/color]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.