Jump to content

if statement, can it work like this?


cloudll

Recommended Posts

Hi guys, I was wondering if someone could help me with the if statement, I have tried tweaking it in various different ways with no luck.

 

I'm looking for it to do something like this

 

<?php

if ($pos_x < 30) {

  echo "you hit a wall!";

if ($pos_x > 240) {

  echo "you hit a wall!";

if ($pos_y < 30) {

  echo "you hit a wall!";

if ($pos_y > 240) {

  echo "you hit a wall!";

?>

 

Any help would be greatly appreciated  :)

Link to comment
https://forums.phpfreaks.com/topic/244881-if-statement-can-it-work-like-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.