- Joined
- Dec 11, 2007
- Messages
- 3,667
- Solutions
- 1
- Reaction score
- 129
- Location
- Warsaw, Poland
- GitHub
- tayandenga
- Twitch
- tayandenga
lol, ja miałem ofertę 2000zł za napisanie tego. Powodzenia w szukaniu ~~
no będe się starał.
@Texon
Kup se mózg, pomyslisz to sie wzbogacisz.
Kup sobie tutorial, i zarób 470~ zł
@Koci:
Code:<?PHP echo $_GET['l1'].$get['l2']; ?>
I wtedy se wpisujesz url/?l1=3200&l2=10 ???
<?PHP
echo $_GET['l1'].$_GET['l2'];
?>
PHP:<?PHP echo $_GET['l1'].$_GET['l2']; ?>
Fixed. :ninja::thumbup:
Zawiodlem![]()
@Koci:
Code:<?PHP echo $_GET['l1'].$get['l2']; ?>
I wtedy se wpisujesz url/?l1=3200&l2=10 ???