Jump to content

$Variable = new


IBTrey

Recommended Posts

Hey guys,

 

I'm a newby to PHP and coming from a few years of HTML and CSS it's kinda confusing to me.

 

I'm getting the hang of it but I'm stuck.

 

I have a form and I need to post that data to a different page, I have: $Events = $_REQUEST; but it posts Array.

 

I need to post the form data from my other page, if I do a var_dump it shows my "test" (value I entered) but on the other page shows Array.

 

I've been given a hint by a friend who is helping me with php:

 

$Events = new GalaxyEvents();

Though I'm not sure as to what it means.. can anyone help? :-)

Link to comment
https://forums.phpfreaks.com/topic/292089-variable-new/
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.