Author |
Message |
daemon
Worker


Joined: Jan 07, 2005
Posts: 163
|
Posted:
Thu Apr 06, 2006 12:49 pm |
|
hey raven I'm checking modules as you know for wc3 errors and I came across a few things i need some help with.
first off can the & be used in a function?
second can the '&' here be replaced with & safely?
Code:
''U_GROUPCP' => $server_url . '&' . POST_GROUPS_URL . "=$group_id&validate=true")
|
|
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Thu Apr 06, 2006 3:16 pm |
|
Not sure what you meant by can & be used in a function, but the answer to your second question is yes. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
daemon

|
Posted:
Thu Apr 06, 2006 3:27 pm |
|
Code:
if(!function_exists("somfin")) {
function somfin(&$blah) {
return somfin($blah);
}
}
|
|
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Thu Apr 06, 2006 4:28 pm |
|
PHP code itself doesn't need to use &
Only, the HTML output you want to display has to use &
&$blah in this case means to "pass by reference" - it does not need to be changed in any way |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Apr 06, 2006 4:32 pm |
|
Also, do not use & in urls that are in a header() function. |
|
|
|
 |
slayne
New Member


Joined: Aug 19, 2006
Posts: 2
Location: Manila
|
Posted:
Sat Aug 19, 2006 3:29 am |
|
i would like ask a request for codes of log-in, registrations,validation, downloads and media player, and source codes for sql.. i need this codes if i no idea how to use and i dont know this codes, give me some tips for this, because im used the codes for my thesis.
Regards
Slayne  |
|
|
|
 |
kguske

|
Posted:
Sat Aug 19, 2006 5:52 am |
|
Try the downloads section. Everything is in RavenNuke except for media player. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Aug 19, 2006 6:08 am |
|
slayne, first, welcome! However, please read this post for our rules of conduct:
http://www.ravenphpscripts.com/postt5986.html
In the future, please try to keep threads on topic. Create a new thread if it is not directly related to the existing one.
Thanks. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
slayne

|
Posted:
Mon Aug 21, 2006 7:23 pm |
|
Admin,
im sorry for i've wrong post to your forum, next time i post my own tread to your forum, thanks for reminding me.
regards,
Slayne |
|
|
|
 |
gregexp
The Mouse Is Extension Of Arm

Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Tue Aug 22, 2006 11:11 am |
|
ok, Ill wait until you make another thread, This is made for a reminder. |
_________________ For those who stand shall NEVER fall and those who fall shall RISE once more!! |
|
 |
 |
|