This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-02-16 23:28:06

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

PHP Test

<?php
for ($row = 1; $row <= 6; row++) {
  for($col = 1; $col <= 10; col++) {
    echo "*";
  }
  echo "\n<br />\n";
}
?>
[?php
for ($row = 1; $row <= 6; row++) {
  for($col = 1; $col <= 10; col++) {
    echo "*";
  }
  echo "\n<br />\n";
}
?]


http://i.imgur.com/BAEgGDL.png

Offline

 

#2 2011-02-16 23:29:09

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: PHP Test

You can't run code in the Scratch Forums.  tongue


~ihaveamac - visit ihaveamac.net

Offline

 

#3 2011-02-16 23:34:15

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: PHP Test

Download XAMPP. It's a good package containing everything you need. Even a mail server.


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#4 2011-03-05 18:06:18

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: PHP Test

I Already Have Xampp!
I Was Seeing If I Could Use It In Scratch!


http://i.imgur.com/BAEgGDL.png

Offline

 

#5 2011-03-05 18:49:13

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: PHP Test

Scratch forums uses BBcode!!!

Offline

 

#6 2011-03-06 05:48:08

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#7 2011-03-06 15:17:53

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: PHP Test

rdococ wrote:

If Scratch Forums could run scripts, I could ban trollers from their whole computer for you via scripts.

...and trollers could go undetected.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

Board footer