Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Hello . Im trying to submit a form that is inside a php while loop ( im using the loop to fitch data from the database , and depends on how many data that been fetched the from will be generated ) so if we have 4 rows from the …
Ok i still have some issues with javascript and html but im sure that it can be something similer to this . <a href="" onmouseover="PrevURL()">last URL</a> <div id="OldURL"></div> <script> function PrevURL() { var prev = document.referrer; document.getElementById("OldURL").innerHTML = prev; } </script> in the above code when you hover over Last …
The End.