Thank you sir, I will have a look at this later today.
Type: Posts; User: Bicklo; Keyword(s):
Thank you sir, I will have a look at this later today.
I am sorry this is not the right page,
this is the right page,
<body>
<div id="meebekijken">
It does not show if I try
echo $_POST['variable'];
or do I miss something.
Here is the full page
Hello all, I have a variable in javascript and I want to use it in php can anyone help me out here?
This is the javascript and variableToSend is the one I like to use in php.
<script...
The drop-down list is a list of email addresses from a database, so what i want is to echo or $_POST the selected email address on submit.
Hope to be a little clearer.
So far I have this,
<body>
<div class="water">
Thank you for your reply,
It's a drop down list with items from a database, I want to send mail via php and it want work.
So I try to find a way to achieve this.
I am trying to post the value of the selected in a dropdown list but no luck, can anyone help me please.
<div class="mailvanform">
<select id="owner">
<?php
$sql = mysql_query( "SELECT...
Hello, sorry for the late reply but the holidays you know.
I am new to php and my English is not that good so to do a lot of reading would take forever, that why I try to learn by making something...
I just noticed that only the file names have strange characters on the server.
5995
The encoding is
5996
I did try the codes from post #2, the first one did work but not as I hoped, the other 3 blocked my script that's why I put the first one back.
I still think it has to do with the database itself....
Thank you Sir but no result.
The problem is that when I try to open a php page with
<script type="text/javascript">
$(document).on("click",".item", function(e) {
var filename =...
Thank you, I did try this but it looks like there is another problem in the database I find words with strange letters like financiëlenotasenprocedures.
In my code I use
mysql_query("set...
I like to remove single quotes from a mysql string but no luck so far.
It's javascript but it has to work for phpmyadmin database and I did not know where to place this.
<script...
Thank you sir, you did it again.
It looks like I was close a few times but not close enough.
Thank you so much.
I encountered a new problem which I can't resolve after looking at 100+ topics on the net.
I want to send a variable to a php page and then open it.
Any tips?
javascsript
I saw this earlier and made the appropriate changes, thank you anyway.
Hi molendijk, this is wonderful it saves me lots of lines.
jscheuer1, I think .toLowerCase() will come in handy later in my code.
Thank you very much gentlemen.
Hi, thank you for the link,
This is what I got now
<script type="text/javascript">
$(document).on("click",".item", function(e) {
var $deel = $(this).text();
I have a code with links to different pages like this.
Javascript
<script type="text/javascript">
$(document).on("click",".item", function(e) {
var $deel = $(this).text();
Thank you sir, you did it, a 14 day headache finaly over.
Thank you so much!!
Thank you for your reply, still the same problem showing the loaded page for 1 second on click and then nothing.
I am sure it has to do with php but don't know what.
I am trying to insert a page in a div after a button click, the buttons get there text from a database.
This is the php part
<?php
$test = mysql_query("SELECT item FROM items");