Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 68
Search took 0.33 seconds.
Search: Posts Made By: Ashif
Forum: PHP 12-18-2012, 08:00 AM
Replies: 1
Views: 240
Posted By Ashif
Lightbulb Guideline Required in Choosing Custom PHP or OpenSource CMS

hi,
one of my client wants to design a website. His inspiration is from : http://www.thewhitecompany.com/ website (built on aspx i guess from login page)

his business nature is similar,...
Forum: PHP 09-29-2011, 09:10 AM
Replies: 2
Views: 304
Posted By Ashif
you are right, i also didnt meant that database...

you are right, i also didnt meant that database would be connected from remote websites,

parsing xml is also ok... (but i'm not yet able to work on that)

the other option to make a php file at...
Forum: PHP 09-28-2011, 12:35 PM
Replies: 2
Views: 304
Posted By Ashif
Question Ajax Script to load links

Hi,

1) I want to display several links on a several websites, the websites will just include a script (script file probably) that would contact to another websites database to get list of links to...
Forum: PHP 02-17-2011, 07:10 AM
Replies: 17
Views: 2,120
Posted By Ashif
Thumbs up yes thats why i asked so that we can submit form...

yes thats why i asked so that we can submit form from serverside instead of displaying the form to user...



i was thinking to submit the form from serverside to a page, can you provide a sample...
Forum: PHP 02-16-2011, 07:54 AM
Replies: 17
Views: 2,120
Posted By Ashif
the form that's submitted to paypal has two...

the form that's submitted to paypal has two hidden fields


<input name="return" type="hidden" value="<page url after checkout>" />
<input name="cancel_return" type="hidden" value="<page url if...
Forum: PHP 02-15-2011, 12:47 PM
Replies: 17
Views: 2,120
Posted By Ashif
Exclamation Thank you. let me explain. Its a journal...

Thank you. let me explain.
Its a journal website, where different articles in pdf files are uploaded in different journals. some articles will be free, some will be paid only.

the articles...
Forum: PHP 02-14-2011, 07:06 AM
Replies: 17
Views: 2,120
Posted By Ashif
Lightbulb Thank you , its very much clear and helpful now. ...

Thank you , its very much clear and helpful now.

one last thing... regarding checkout via paypal....
(i've developed couple of pizza shopping carts and check out via paypal)
according to my...
Forum: PHP 02-14-2011, 06:59 AM
Replies: 17
Views: 2,120
Posted By Ashif
Thumbs up Thanks for the link, this code seems to create a...

Thanks for the link, this code seems to create a duplicate copy that's password protected. and obviously will double the space (as origional) and new duplicate. then to clean up that file will be...
Forum: PHP 02-13-2011, 07:43 AM
Replies: 17
Views: 2,120
Posted By Ashif
thank you venegal. pls advise : when...

thank you venegal. pls advise :

when uploading file from cms, i need to move the uploaded files outside of root folder to a private folder, then do i need to enable write access to that folder ?...
Forum: PHP 02-12-2011, 02:15 PM
Replies: 17
Views: 2,120
Posted By Ashif
Protecting PDF files (Pay Per View Scenario)

Hi,
There is a custom CMS built website, where the user can upload PDF files (Journals). The user now wants a Pay Per View option.

The visitor / customer will pay through paypal and then will be...
Forum: PHP 06-08-2010, 08:30 AM
Replies: 10
Views: 1,303
Posted By Ashif
this will clear the all data of recid session...

this will clear the all data of recid session variable.
Forum: PHP 06-08-2010, 05:49 AM
Replies: 10
Views: 1,303
Posted By Ashif
the local copy of website works perfectly, i've...

the local copy of website works perfectly, i've even uploaded the files again, but still same error!

session.php code is :


<?php
require_once('dbconnect.php');
session_start();
Forum: PHP 06-08-2010, 05:08 AM
Replies: 10
Views: 1,303
Posted By Ashif
The complete page code is as follows : (a bit...

The complete page code is as follows : (a bit long, u'll find the assignment of the recid near at the end of the code)


<?
include ("session.php");
include_once("../menufun.php");

$id =...
Forum: PHP 06-08-2010, 05:04 AM
Replies: 10
Views: 1,303
Posted By Ashif
the var_dump results in ...

the var_dump results in

var_dump($_SESSION['recid']);


string(2) "92"

fumigator is right ...
how to track and correct now ?
the declaration is
Forum: PHP 06-07-2010, 03:03 PM
Replies: 10
Views: 1,303
Posted By Ashif
the $ind holds the next index at where the value...

the $ind holds the next index at where the value is to be placed!
i tried the print_r on actual page with different values in $id
$id get the value from the form being submitted.

After two...
Forum: PHP 06-07-2010, 06:15 AM
Replies: 10
Views: 1,303
Posted By Ashif
Session variables not holding 2 figures number

Well, my website was working perfectly , but since couple of days it started malfunctioning. after the analysis i figured that session variables were unable to hold values in two figures

for...
Forum: PHP 09-03-2009, 09:08 AM
Replies: 3
Views: 1,061
Posted By Ashif
awating reply., need starting guidline!

awating reply., need starting guidline!
Forum: PHP 08-31-2009, 11:52 AM
Replies: 3
Views: 1,061
Posted By Ashif
Lightbulb Need guideline for Development of Website Like ....

Hi, i need some guideline about building a website like http://perfectpizza.co.uk/

particularly, m interested in the ordering system at this URL :
http://perfectpizza.co.uk/pizza-menu

i want...
Forum: PHP 08-31-2009, 11:35 AM
Replies: 6
Views: 1,606
Posted By Ashif
before using the mysql_num_rows, you need to...

before using the mysql_num_rows, you need to execute the query to get the record set. then count the number of records in the record set.
Forum: JavaScript programming 06-09-2009, 07:35 AM
Replies: 6
Views: 5,728
Posted By Ashif
thanks.. a reply from my hosting provider...

thanks..

a reply from my hosting provider support team




..the current web situation forces you to write a secure script instead of using these simple programs...
Forum: JavaScript programming 06-06-2009, 02:44 PM
Replies: 6
Views: 5,728
Posted By Ashif
well, thanks, but the examples shown there...

well, thanks,

but the examples shown there does not tell how the JavaScript Atack can modify the page contents. Its all about changging cookies, and form data,

i've uploaded my website...
Forum: JavaScript programming 06-06-2009, 02:29 PM
Replies: 6
Views: 5,728
Posted By Ashif
Question Protection from JavaScript Injection

Hi,
i want to ask that is it possible that using javascript injection the contents of a web page can be altered (add / edit / deleted) in Line of Code.

Since, this has happened with me couple of...
Forum: PHP 03-24-2009, 08:49 AM
Replies: 8
Views: 704
Posted By Ashif
no, they are full cd games, that wil be installed...

no, they are full cd games, that wil be installed on each client machine
Forum: PHP 03-24-2009, 08:38 AM
Replies: 8
Views: 704
Posted By Ashif
its a game cafe, DOES NOT includes flash or web...

its a game cafe, DOES NOT includes flash or web based games.

the games will be like NFS, Fighting, Racing etc... that will be installed on each machine on a specified directory.

timgolding is...
Forum: PHP 03-22-2009, 03:41 PM
Replies: 8
Views: 704
Posted By Ashif
Thumbs up A Gamingzone Application

A application is to be designed for gaming zone.

formal rules are

1) generation of pin numbers with defined time.
2) users entering the pin number,
3) selection of game to launch
4) display...
Showing results 1 to 25 of 68

 
Forum Jump

All times are GMT +1. The time now is 11:36 PM.