in the form I have the following element:
<select name="sayfa">
<option value="1">Anasayfa</option>
<option value="2">Alt Sayfa</option>
</select>
I get the following $_POST value :
$sayfa = $_POST['sayfa'];
echo $sayfa + $sayfa; <-------- here I get value as 2 when I choose...
I am trying to embed image in html based email. After I have sent email, image couldn't displayed in email body. What could be the problem?
<?php
$postamicerik=" <table width=\"300\" border=\"0\">
<tr>
<td colspan=\"2\" align=\"center\"><b>Resimli Email</b></td>
</tr>
<tr>...
Hi,
I am trying to add numbers from mysql database but it is not working.
in mysql database field is decimal(5,2) . when I display in asp file numbers it shows with comma not point , and it doesn't add numbers gives error. what should I do?
the code is as below:
sql2= "select * from hakemnot...
sql="select * from tblHastabilgikisisel where id=39193"
set rs=conn.execute(sql)
sql sentence works without where clause(so 2nd sentence works). such an id exists.
if I copy select statement to mssql it runs and finds specific person. but sql statement doesn't work in ASP code
what coulde be...
I have used
input(onkeyup option) and
select(onchange option) tags in a form.
The code with input tag(onkeyup option) works alone fine but when I have added select tag (onchange option) search doesn't work. can POST method return values using both onkeyup and onchange options.
What could be...
I have used following code. In fckeditor , when I insert table it creates problem. I have used 6.2.4 and 6.2.3 versions. But still same problem.
How can I solve this problem?
<%
kmt=request.Form("kmt")
dkfaaliyetraporu=request.Form("FCKeditor1")
if kmt="kaydet" then
Set...
I need to write to text file. I'm creating file with Createtextfile with (,2) permission . I am getting text with <textarea> and write to txt file with writeln.
I need to write large amount txt but I'm failed. It accepts certain amount of number of lines then I can not write rest of text. What...
I need to read text as well as tables in word document. After running my code it says server can not create object.
How can my server can create word object?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.