Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

PHP

Name: Anonymous 2006-05-22 3:02

I was wondering if there was a better way of doing this so I dont look like a retard on the un-anonymous internets:

include("http//www.instructables/... .$project. "");

Thanks gurus of /prog/

Name: cherries 2006-06-16 5:55

After reading this thread a little more thourogly I now understand what your trying to achieve.
You see the "." operater in PHP is basicly the same thing as a + in any other langauge.
so when your trying to do this:

include("http//www.instructables/... .$project. "");

you should actually be doing this:

include("http://www.instructables/...".$project);

Hope this helped.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List