Posts
 
Reputation
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
~10.2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for danielagaba

PHP is not a language you can use to modify a page's content after it has been loaded on the client side. To do this you might want to try AJAX but i'm no real expert with it. Otherwise, you could figure out something with an iframe where you would …

Member Avatar for php_dev
0
703
Member Avatar for emilyhedgecock

Your javascript seems good but do you have something like this in your html form? [CODE]<form action="submit.html" onsubmit="validate_form()">...</form>[/CODE] If your function returns true then the form will be submitted and the user redirected to submit.html. Else (if the function returns false) the user will stay on the page and the …

Member Avatar for Taywin
0
7K
Member Avatar for niths

I believe the same. Otherwise, yes always use: [CODE]$_SESSION['usedmemory'][/CODE] or [CODE]$_SESSION["usedmemory"][/CODE]

Member Avatar for jonathanroy
0
167
Member Avatar for Molinski

Have you tried putting "http://" before the address? [CODE]window.location = 'http://www.google.com';[/CODE] This should work.

Member Avatar for vsmash
0
2K
Member Avatar for jonathanroy

Hi everyone and thank you for helping me... again :icon_neutral: I am trying to perform a MATCH AGAINST sql query on one of my table called "what". [ICODE]id (int 11) PRIMARY org-id (int 11) keyword (varchar 100) FULLTEXT bid (DECIMAL 4,2)[/ICODE] I want to perform a search on the column …

Member Avatar for jonathanroy
0
143
Member Avatar for jonathanroy

Hi, I am looking for the best solution to my situation: - I have businesses listed in a MySQL table. - Each business can bid on up to 10 keywords (different prices for different keywords). A user inputs a keyword and then I must find a way to query my …

Member Avatar for hashinclude
0
150
Member Avatar for Monster Killer

Yes you can do [CODE]<?php eval($Variable_Holding_PHP_code); ?>[/CODE] But make sure you do this safely.

Member Avatar for jonathanroy
0
212

The End.