Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 72
Search took
0.19
seconds.
Search:
Posts Made By:
minkoko
Forum:
HTML & CSS
04-30-2013, 04:36 AM
Replies:
10
Use of font stored on server
Views:
250
Posted By
minkoko
please find the correct path about the font place...
please find the correct path about the font place to connect link
Forum:
PHP
02-06-2013, 11:17 AM
Replies:
2
recall images name in input type[problem]
Views:
281
Posted By
minkoko
Thank for reply Fou-Lu Now i can solve this...
Thank for reply Fou-Lu
Now i can solve this problem
<input type="file" name="photo" value=<?php eco $row['photo']; ?> disable=1>
and i use change with js :)
Big Thank by minkoko
Forum:
PHP
02-04-2013, 03:27 AM
Replies:
2
recall images name in input type[problem]
Views:
281
Posted By
minkoko
recall images name in input type[problem]
i want to edit my database without image
when i click the edit link ,the image is not show in my browse input type
this is my code
db.php
<?php
$server="localhost";
$username="root";
Forum:
PHP
01-07-2013, 01:33 PM
Replies:
3
page loading insert condition problem
Views:
195
Posted By
minkoko
Thanks Redcoder ,Guiding to me So,What...
Thanks Redcoder ,Guiding to me
So,What method should i use to check? Do you think And
You probably slap me. Kidding
Forum:
PHP
01-07-2013, 12:50 PM
Replies:
3
page loading insert condition problem
Views:
195
Posted By
minkoko
page loading insert condition problem
Hello Everyone ,i just want to ask one question about the php condition statement
i insert comment by using the sql statement and i check the condition using like this...
Forum:
PHP
01-06-2013, 05:31 PM
Replies:
4
Triple if statement
Views:
286
Posted By
minkoko
i think ,can i use this method for three...
i think ,can i use this method for three condition
<?php
if (file_exists($img))
{
echo "The file $img exists";
}
elseif (file_exists($img1))
{
echo "The file $img1 exists";
Forum:
PHP
01-06-2013, 08:31 AM
Replies:
18
Contact Form Problem
Views:
918
Posted By
minkoko
<?php if(isset($_POST['send'])){ $to =...
<?php
if(isset($_POST['send'])){
$to = "hqwebs.eu@gmail.com";
$name=$_POST['name'];
$phone = $_POST['phone'];
$email = $_POST ['email'];
$message = $_POST['message']. "\n\n Phone Number is "...
Forum:
PHP
01-06-2013, 01:44 AM
Replies:
5
photo edit can't
Views:
374
Posted By
minkoko
yes, i pick the picture from my pc the photo is...
yes, i pick the picture from my pc the photo is overwritten on existinig photo
So, i just edit the name and don't edit photo ,i want to still the photo
last existance photo don't pick the photo...
Forum:
HTML & CSS
01-06-2013, 01:34 AM
Replies:
3
CSS position question.
Views:
367
Posted By
minkoko
how to want the position? like this ...
how to want the position?
like this
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
<style type="text/css">
Forum:
PHP
01-06-2013, 01:03 AM
Replies:
18
Contact Form Problem
Views:
918
Posted By
minkoko
<?php $to = "hqwebs.eu@gmail.com"; ...
<?php
$to = "hqwebs.eu@gmail.com";
$name=$_POST['name'];
$phone = $_POST['phone'];
$email = $_POST ['email'];
$message = $_POST['message'];
$headers = "From:" . $email . "Phone Numbers is :" ....
Forum:
PHP
01-06-2013, 12:55 AM
Replies:
5
photo edit can't
Views:
374
Posted By
minkoko
So,when i only edit the photo ,how to recall the...
So,when i only edit the photo ,how to recall the photo from the list.php
i call with photo id value like this value="<?php row['photo']; ?>
and i don't get the photo value in edit.php
Forum:
MySQL
01-06-2013, 12:49 AM
Replies:
9
php date variable insert in sql problem ?
Views:
1,223
Posted By
minkoko
OK , Thanks for explain about the date formate ...
OK , Thanks for explain about the date formate to Old Pedant & Fou-Lu & sunfighter
Now i see how to use that
I like this method
$dt = new DateTime($record['datetime']);
print...
Forum:
PHP
01-05-2013, 05:24 PM
Replies:
18
Contact Form Problem
Views:
918
Posted By
minkoko
simple mail function with you contact form ...
simple mail function with you contact form
<form id=" action="" method="post" contact-form">
<fieldset>
<label>
<input type="text" name = "name" value="Name" onBlur="if(this.value=='')...
Forum:
MySQL
01-05-2013, 04:58 PM
Replies:
9
php date variable insert in sql problem ?
Views:
1,223
Posted By
minkoko
Thanks mate ,now i see how to format the date for...
Thanks mate ,now i see how to format the date for your kindness
and i just have one question about the time
can i formate the time like this 9:00 AM to 10:35 PM
Really thanks sunfighter
Forum:
PHP
01-05-2013, 04:52 PM
Replies:
8
Checking if Check-Box is Checked!!
Views:
391
Posted By
minkoko
that sound grate , i want to see the answer what...
that sound grate , i want to see the answer what is the best
!empty is choose the validation the check box ,
so that is good way to i think
Forum:
PHP
01-05-2013, 04:49 PM
Replies:
18
Contact Form Problem
Views:
918
Posted By
minkoko
You just need to insert the value name the...
You just need to insert the value name the contact form like this name="yorname"
simple mail function with php
<?php
$to = "cyberoot1@gmail.com";
$subject = $_POST['subject'];
$message =...
Forum:
PHP
01-05-2013, 04:37 PM
Replies:
2
Click counter on an image
Views:
209
Posted By
minkoko
$image = $_POST['image']; ...
$image = $_POST['image'];
$sql=mysql_query("SELECT image form table_name");
$row=mysql_fetch_array($sql);
$rowimg= $row['image'];
if($image == "$rowimg"){
echo "login";
}else{
echo "Wrong...
Forum:
PHP
01-05-2013, 11:20 AM
Replies:
5
photo edit can't
Views:
374
Posted By
minkoko
photo edit can't
Hello.my Friend,Today i found some problem when edit my text and photo update
I have this dir
upload
list.php
edit.php
list.php<!DOCTYPE html>
<html>
<head>
Forum:
MySQL
01-05-2013, 11:11 AM
Replies:
9
php date variable insert in sql problem ?
Views:
1,223
Posted By
minkoko
yes, My Datetimepicker format is mm/dd/yy from...
yes, My Datetimepicker format is mm/dd/yy from jquery ui site
and my mysql date format is yyyy-mm-dd so, i can't insert
So,How to reformat the date or how to change sql format
Forum:
PHP
01-04-2013, 07:13 AM
Replies:
0
photo update problem
Views:
154
Posted By
minkoko
photo update problem
i want to edit my text in my document but when i edit my text and i not choose image button and click update ,
The problem is image is not show when i call the edit id
the code for my list is...
Forum:
HTML & CSS
01-03-2013, 11:44 AM
Replies:
3
My footer won't stay always at the bottom of the page
Views:
247
Posted By
minkoko
Yes ,Now Good looking the web , Can you explain...
Yes ,Now Good looking the web ,
Can you explain absolute and position relative of css ?
why choose absolute ? and why choose relative ?
Forum:
MySQL
01-02-2013, 04:18 PM
Replies:
9
php date variable insert in sql problem ?
Views:
1,223
Posted By
minkoko
php date variable insert in sql problem ?
<?php
if(isset($_POST['save'])){
$ar_name = $_POST['ar_name'];
$ar_dob=$_POST['ar_dob'];
$ar_city=$_POST['ar_city'];
$ar_country =...
Forum:
PHP
10-20-2012, 04:45 AM
Replies:
3
not found php file on server
Views:
538
Posted By
minkoko
fixed it
ok ,now i fix my problem
my web had on one file name web.cofnig
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="false"...
Forum:
PHP
10-18-2012, 11:15 AM
Replies:
3
not found php file on server
Views:
538
Posted By
minkoko
not found php file on server
hey everybody ,today i found some problem on my server
i login in net2ftp and upload my php script on my own domain
it upload on it but when i see this file below error is occur on my domain
i...
Forum:
HTML & CSS
08-25-2012, 11:53 AM
Replies:
8
Help with favicon
Views:
762
Posted By
minkoko
thanks for edit my wrong code bro
thanks for edit my wrong code bro
Showing results 1 to 25 of 72
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:06 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.