Jump to content

Need bad help


PakiGangsta

Recommended Posts

...or are you saying that you have 2 slots and if the user has something in slot 1 but not in slot 2, you want the same thing to be in slot 2?

[code]
if(!$slot2) {
  $slot2 = $slot1;
}
[/code]

is that what you are looking for? as King suggested, you're going to have to try a bit harder to explain what you mean...
Link to comment
https://forums.phpfreaks.com/topic/34209-need-bad-help/#findComment-161204
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.