Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.06 seconds.
Search: Posts Made By: hosam
Forum: ASP.NET 12-02-2012, 09:44 AM
Replies: 0
Views: 4,896
Posted By hosam
Question how to confige Jquery UI inside GrideView

well I was searching for this one and couldn't apply correctly in most of cases, and the other ways just could apply the css rules only, so if anyone have good idea how to apply for example Jquery UI...
Forum: PHP 03-11-2012, 07:55 PM
Replies: 5
Views: 558
Posted By hosam
I've found solution with this query: ...

I've found solution with this query:
$select_maxid = mysql_query("SELECT MAX(Id) FROM `messages`");
$row1 = mysql_fetch_array($select_maxid, MYSQL_BOTH);
$max_id = $row1[0];
$selectid = $max_id+1;
Forum: MySQL 02-18-2012, 03:26 PM
Replies: 1
Views: 361
Posted By hosam
update row data?

well I have this table `massages` and have these rows:
id
title
message
date1
date2
so if I want just to update the date2 with php what I should then insert inside SQL query?
Forum: JavaScript frameworks 02-14-2012, 03:39 AM
Replies: 1
Views: 971
Posted By hosam
now I fixed this problem and the solution is the...

now I fixed this problem and the solution is the use version 1.7.3 not the new one and also its reported as bug for the new version sorry if I bother you read all of this but I hope if anyone face...
Forum: PHP 02-14-2012, 03:37 AM
Replies: 5
Views: 558
Posted By hosam
the id will be unique and auto increment, but...

the id will be unique and auto increment, but when any message deleted from database then the id will resume counting +1 even if the post message delete cause its also unique so hope to find another...
Forum: JavaScript frameworks 02-10-2012, 05:00 AM
Replies: 0
Views: 536
Posted By hosam
TinyMCE how include for all textarea?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<title>TinyMCE Test</title>
<meta...
Forum: JavaScript frameworks 02-09-2012, 01:18 PM
Replies: 1
Views: 971
Posted By hosam
problem with jquery UI tabs and form

well I have this form:

<form name="enter" action="hand.php" method="post" dir="rtl" accept-charset="utf-8">';
echo '<p align="right" id="lable">request number:</p><br/>
...
Forum: PHP 02-07-2012, 12:37 PM
Replies: 5
Views: 558
Posted By hosam
well how I should check if my_sql_id() is already...

well how I should check if my_sql_id() is already exist and should not insert again?
another hint if I already use id for different purpose how I could use solution again to make sure there is no...
Forum: PHP 02-07-2012, 11:33 AM
Replies: 5
Views: 558
Posted By hosam
how to make input filed generated when form is submit?

well I get no solution of this issue, well let me explain it with this example:
I have form like this:

<form name="hi" action="post.php" method="post">
post auto generated input with unique num...
Forum: JavaScript programming 02-05-2012, 12:04 PM
Replies: 0
Views: 252
Posted By hosam
how to make this menu at right position

http://tympanus.net/Tutorials/FixedNavigationTutorial2/
well I try many times with marginRight but no successful result to make this navigation menu at right position so hope if anyone could tell me...
Forum: PHP 02-04-2012, 01:23 AM
Replies: 1
Views: 365
Posted By hosam
well I suppose you need tool like this one...

well I suppose you need tool like this one http://www.fpdf.org/ hope to help you.
Forum: PHP 02-03-2012, 07:53 AM
Replies: 2
Views: 605
Posted By hosam
this is what I want exactly to do, the include...

this is what I want exactly to do, the include php file when its true,but the problem above is related to who to do this in logic, I'll give you hint:
I have program with php has these files (...
Forum: PHP 02-03-2012, 05:41 AM
Replies: 2
Views: 605
Posted By hosam
multi php include inside one php file

well this the code I'm working at:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>show results</title>
<link type="text/css"...
Forum: PHP 02-01-2012, 08:13 AM
Replies: 0
Views: 196
Posted By hosam
using seesion to separate infomation

well I make log in script with session that allowed user to go if success to specific page depend on his username permission, now I'm facing problem to get work with specific data related to username...
Forum: MySQL 02-01-2012, 08:03 AM
Replies: 0
Views: 275
Posted By hosam
relation database sort

I have the database called example, in this database I have these tables:

table users
Column Type Null Default Comments
id int(11) No
username varchar(50) Yes NULL ...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 10:36 AM.