Quick PHP Question, how to use a "goto" function

WarDemon666

Platinum Member
Nov 28, 2000
2,224
0
0
I know in the BASIC language I could use a GOTO function to go back to a specific part of the script, is there a way i could do the same with PHP?

Thanks
Carl
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
goto = the most evil part of programing

do not use goto no matter what you are doing
 

WarDemon666

Platinum Member
Nov 28, 2000
2,224
0
0
How would i go about going back to the first part of the script again so it redoes everything again then?

i really need some help

thanks to all who reply
Carl
 

WarDemon666

Platinum Member
Nov 28, 2000
2,224
0
0
Then could someone tell me how i could repeat a part of a PHP script several times, without having the script too large

Thanks
Carl
 

oniq

Banned
Feb 17, 2002
4,196
0
0
Create a function:

function dosomething() {
<insert here the part of the script you want repeated several times>
}

the script:
<?php
$i = 0;
while ($i == 0) {
dosomething; //this might be dosomething(), I haven't fiddled with PHP much as of late.
}
?>

This'll create an endless loop. So you might want to add another variable after $i = 0; put $d =0; Then after while($i == 0) { throw in $d = $d+1;. After the dosomething; statement add if ($d == 30) { exit; } replace 30 with the amount of times you want dosomething ran. Of course, there are also for loops and other methods of this. Which is faster I do not know, but this should work fine. If you need more help I recommend www.php.net's online manual. That is where I learned to write a forum system (much like the one I'm typing this on! ). You can also reply to this thread and if I see it I'll reply. Good luck to ya.
 

WarDemon666

Platinum Member
Nov 28, 2000
2,224
0
0
This is what i put in:

<?php
function test() {
echo "test"; }
$i = 0;
$d = 0;
while ($i == 0) {
$d = $d+1
test();
if ($d == $num) { exit; }
}
?>

I get a parse error on line 4, i have no clue why, can someone help me out please?
Thanks
Carl
 

Isaiah

Senior member
May 31, 2000
453
0
0
Try something like this:
function test(){
echo "Test ";
}
$i = 1;
while ($i <= 10):

test();
print $i;
$i++;
if ($i <= 10){
echo ", ";
}
endwhile;
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |