Search:
Type: Posts; User: masterwin
Search:
Search took 0.01 seconds.
-
@ Sup3rkirby ,
Really a big thanks for your reply,
echo strtotime('2013-01-13 06:00');
so far, this is time 6 AM, the calendar shows event be at 11.30 ( like +5.30 ) ( this is my timezone...
-
Dear All,
i am using following calendar,
http://code.google.com/p/jquery-events-calendar/downloads/detail?name=eventCalendar_v042.zip&can=2&q=
for my work,
In this they used date value as...
-
Thanks,
Can you list overall things that CSS3 differ from CSS2 ?
Thanks
DS
-
You are most welcome :cool:
-
Hi,
As in "if" isset condition
$action=$_SESSION['action'];
you assigned session value to $action variable,
then you unset the session variable and NOT the $action variable, because this...
-
Hi
is_numeric is not work, because it gives true for "6.5" too
so its best with preg_match only
Let me know if any issues
Thanks
DS
-
@mythic : Okay..then fine..
-
@mythic: if human doing the spam post, your idea will work?
-
i can;t get it, what you saying now ,except thanks :confused:
-
add ob_start(); at the start of the page
-
The spams are logically can;t be avoid,
because now a days, the human beings are posting a form ,rather than a robot
so its best method, to get an ip address of the span poster and keep that ip...
-
A general logic:
Once member logged in, using his primary key we can retrieve his info from db and the member can change his details,
once he updated the details, we have to check , the email...
-
Hi All,
i like to redirect the following types of url to home page using .htaccess
http://localhost/checking/tester/feed/
http://localhost/asdasdsa/ererwrew/feed/
the key point is the...
-
<form name="declaration" action="good.htm" >
<a style="background:#CCC;" onClick="document.declaration.submit();">Go to</a>
<input type=checkbox onClick="submit();">
</form>
-
can you put the code over here?
-
HI
Have you like to licence the module?
There are lot of encoders available to encrypt the php code and decript using your licence
check something with ioncube,phpmylicence ,byterun etc.
...
-
Make it as two separate query and execution
-
Hi
you can use the variable in session to access or as cookie in javascript.
so that you can access at all pages
-
Hi
if the site is navigating perfectly in new developer server, then there no issue with the old developer files.
if old developer used .htaccess, then without this file in the included files,...
-
Hi
$sql="SELECT * FROM table_name";
$result=mysql_query($sql);
if(mysql_affected_rows()>0) {
while($row=mysql_fetch_array($result))
{
$cntInOneRow=count($row);
...
-
<?php
if(isset($_REQUEST['submit'])) {
if ((($_FILES["file"]["type"] == "image/gif")
|| ($_FILES["file"]["type"] == "image/jpeg")
|| ($_FILES["file"]["type"] == "image/pjpeg"))
&&...
-
create login and securepage ( Logged Members page)
At secure page, after db connection. check the user is logged in and process the page based on the result
--------------------
For example...
-
you can show in a div with showable height and width and with the style to scroll
-
Hi benconnekt
thanks ..its good to use jquery
Thanks
masterwin
-
Hi,
Add Name to 2nd form and change 2nd function with form name
<script type="text/javascript">
function firstResult()
{
var x=document.getElementById("first").selectedIndex;...
|
|