Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.08 seconds.
Search: Posts Made By: probi
Forum: JavaScript programming 03-07-2013, 01:42 PM
Replies: 2
Views: 205
Posted By probi
To get PHP to wait would need to be the below: ...

To get PHP to wait would need to be the below:

usleep(5000000);

Not sure if that will make a difference though.
Forum: PHP 10-12-2012, 03:02 PM
Replies: 1
Views: 261
Posted By probi
best way to get installed directory

Hi all,

I'm trying to build a project that I plan on making installable in the future, what i'm trying to do is find a way to get the directory that the app is installed in, I have a config page...
Forum: PHP 10-07-2012, 10:51 AM
Replies: 3
Views: 393
Posted By probi
Ahhh ok, that makes far more sense, I was...

Ahhh ok, that makes far more sense, I was thinking that the salt value was being created randomly on the fly.

Thanks
Forum: PHP 10-07-2012, 09:23 AM
Replies: 3
Views: 393
Posted By probi
Using a salt value

Hi,

I've been reading up on using a salt value when creating a password to make it more secure, what I can't get my head round is how do you remember this salt value?

I'm guessing that when a...
Forum: PHP 10-07-2012, 09:16 AM
Replies: 2
Views: 283
Posted By probi
I want a project

Hi all,

I'm trying to get a better in depth knowledge of PHP and was wondering if anybody had any idea of a good project that I could do that would give me a good range of some more advanced PHP...
Forum: PHP 10-07-2012, 09:12 AM
Replies: 2
Views: 584
Posted By probi
What are you actually trying to do with the...

What are you actually trying to do with the system? e.g. how much info are you going to want to update?

Is it just the ticket number or for example is it going to be a support ticketing system?
Forum: PHP 07-01-2012, 11:07 AM
Replies: 4
Views: 532
Posted By probi
Hi, It is showing that error because you...

Hi,

It is showing that error because you haven't passed anything in the URL to assign to those variables, if you are not always going to pass a value then all you need to do is change your code to...
Forum: Ajax and Design 06-28-2012, 03:58 PM
Replies: 1
Views: 761
Posted By probi
Ajax help

Hi All,

Not sure if I should post this here or in the jQuery forum, but basically I am trying to create a login link where the user clicks on the link the jquery will then call the PHP script to...
Forum: Ajax and Design 06-17-2012, 01:37 PM
Replies: 2
Views: 1,217
Posted By probi
Not sure about how to code it but would it be a...

Not sure about how to code it but would it be a good idea to have an end time in the database and when the user logs in you read the end time and then calculate the time left between the current time...
Forum: PHP 06-11-2012, 09:10 AM
Replies: 3
Views: 261
Posted By probi
If possible can you please post the code from the...

If possible can you please post the code from the script Assets/PHP/mailer.php
as this is the form used to send the details.

Then we can have a look and hopefully help a bit more.
Forum: Apache configuration 06-03-2012, 07:42 PM
Replies: 0
Views: 508
Posted By probi
mod_rewrite is this possible?

Hi All,

I'm in the process of creating a review site and to help with SEO i want to use the title of the review in the URL but then want this to direct to a page similar to review.php?id=1 Is it...
Forum: JavaScript programming 05-31-2012, 10:56 PM
Replies: 3
Views: 243
Posted By probi
I've finally managed to sort it! Thanks...

I've finally managed to sort it!

Thanks anyway.
Forum: JavaScript programming 05-31-2012, 10:53 PM
Replies: 3
Views: 243
Posted By probi
I was missing a " which was why it wasn't doing...

I was missing a " which was why it wasn't doing anything!!

Problem I have not is it is making the URL calendar.php?mon=[object%20Object]
instead of putting the value across.

Any ideas as this...
Forum: JavaScript programming 05-31-2012, 09:49 PM
Replies: 3
Views: 243
Posted By probi
Drop down not working

Hi all,

I'm trying to get a page to update the URL based on what gets selected in a drop down menu.

In the head I have the following:


$(document).ready(function(){...
Forum: PHP 05-29-2012, 01:39 PM
Replies: 8
Views: 289
Posted By probi
For just using the one page for both parts you...

For just using the one page for both parts you could do something similar to this..


<?php

if(!isset($_POST['term'])){

echo "

<h1>Search Directory</h1><p></p>
Forum: JavaScript programming 05-27-2012, 06:53 PM
Replies: 2
Views: 215
Posted By probi
I knew it would be something stupid!! Thanks...

I knew it would be something stupid!!

Thanks very much
Forum: JavaScript programming 05-27-2012, 06:42 PM
Replies: 2
Views: 215
Posted By probi
Updating a form value

Hi All,

I have a popup calendar that I want a user to be able to click a date and for it to update a field on the previous page.

I've tried the following code:

<SCRIPT LANGUAGE="JavaScript">...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 08:05 AM.