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
Showing results 1 to 24 of 24
Search took
0.06
seconds.
Search:
Posts Made By:
milanello72
Forum:
PHP
01-20-2013, 04:50 PM
Replies:
3
ignore_user_abort()
Views:
298
Posted By
milanello72
I have read the php manual, but I have some...
I have read the php manual, but I have some problems. For exemple in this script from here
http://php.net/manual/en/function.ignore-user-abort.php:
<?php
// Ignore user aborts and allow the...
Forum:
PHP
01-20-2013, 01:34 PM
Replies:
3
ignore_user_abort()
Views:
298
Posted By
milanello72
ignore_user_abort()
Could you give me an example with ignore_user_abort() ?
Thank you!
Forum:
MySQL
01-13-2013, 02:54 PM
Replies:
2
The diference between tinyint(4) and tinyint(3)?
Views:
368
Posted By
milanello72
The diference between tinyint(4) and tinyint(3)?
1. What is tinyint(4)?
2. Is 4 the number of digits?
3. Could you tell me the diference between tinyint(4) and tinyint(3)?
4. Is it possible to have tinyint(7) ?
Thank u very much!
Forum:
PHP
01-09-2013, 06:36 PM
Replies:
5
How could I begin OOP?
Views:
281
Posted By
milanello72
I know only php! Unfortunately...
I know only php! Unfortunately...
Forum:
PHP
01-09-2013, 05:45 PM
Replies:
5
How could I begin OOP?
Views:
281
Posted By
milanello72
How could I begin OOP?
Hello! I want to learn OOP (object oriented programming) and could you give me some advices? How could I begin?
maybe some web links with interesting examples! Thank you very much!
Forum:
PHP
01-04-2013, 08:43 PM
Replies:
8
Problem in displaying a URL with dash
Views:
413
Posted By
milanello72
I found at it works! RewriteRule...
I found at it works!
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)/([a-zA-Z0-9-.\s]+)/?.html$ index.php?page=
$1&id_team=$2&name=$3 [L,QSA]
I put - in ([a-zA-Z0-9-.\s]+)
Thank u for your messages!
Forum:
PHP
01-04-2013, 02:59 PM
Replies:
8
Problem in displaying a URL with dash
Views:
413
Posted By
milanello72
I tried to add "AllowEncodedSlashes On" in the...
I tried to add "AllowEncodedSlashes On" in the .htaccess but it didn't work. Any idea?
Forum:
PHP
01-04-2013, 10:49 AM
Replies:
8
Problem in displaying a URL with dash
Views:
413
Posted By
milanello72
I used preg_replace(' ', '-', $name);...
I used
preg_replace(' ', '-', $name); //whitespaces
preg_replace('%20 ', '-', $name); //%20
preg_replace('#\W+#', '-', $name); //description below.
...
Forum:
PHP
01-03-2013, 10:47 PM
Replies:
8
Problem in displaying a URL with dash
Views:
413
Posted By
milanello72
thank you for your message! I foun this...
thank you for your message!
I foun this function:
function seoUrl($string) {
//Strip any unwanted characters
$string = preg_replace("/[^A-Za-z0-9_\s-]/", "", $string);...
Forum:
PHP
01-03-2013, 09:05 PM
Replies:
8
Problem in displaying a URL with dash
Views:
413
Posted By
milanello72
Problem in displaying a URL with dash
How could I display a URL with dash?
I have
href="/calcioitalia/'.$page.'/'.$id_team.'/'.$name.'.html"
I want to transform calcioitalia/teams/1/Juventus F.C. Torino.html in
...
Forum:
PHP
01-03-2013, 12:27 PM
Replies:
1
Problem with pagination
Views:
258
Posted By
milanello72
It works %50 :) I have put: in .htaccess ...
It works %50 :)
I have put:
in .htaccess
RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)/([a-zA-Z0-9.\s]+)/?.html$ index.php?pagina=$1&id_squadra=$2&numele=$3 [L,QSA]
and in balariipagination.php
...
Forum:
PHP
01-02-2013, 08:19 PM
Replies:
1
Problem with pagination
Views:
258
Posted By
milanello72
Problem with pagination
Hello! Please, excuse me because I will put a big code here, but I hope that you will understand me!
I want to make a pagination and I addapt links for the files.
******************
If I want to...
Forum:
Apache configuration
01-02-2013, 10:24 AM
Replies:
2
A problem with .htaccess and a dynamic menu
Views:
873
Posted By
milanello72
Thank you! :)
Thank you! :)
Forum:
Apache configuration
01-01-2013, 10:08 PM
Replies:
2
A problem with .htaccess and a dynamic menu
Views:
873
Posted By
milanello72
A problem with .htaccess and a dynamic menu
Hello again!
I have a dynamic menu like this:
***********
Teams
-juventus id_team=1
-ac milan id_team=2
-napoli id_team=3
..
..
**************
Forum:
Apache configuration
01-01-2013, 07:09 PM
Replies:
5
Problem with .htaccess
Views:
373
Posted By
milanello72
ok
It works, I had a little problem and I solved, thank u very much again! :)
Forum:
Apache configuration
01-01-2013, 06:16 PM
Replies:
5
Problem with .htaccess
Views:
373
Posted By
milanello72
Thank you, it works, you are an AMAZING man, but...
Thank you, it works, you are an AMAZING man, but I still have a problem, I don't understand why is loading only the horizontal menu, but NOT loading the content of the file teams.php ...
Forum:
Apache configuration
01-01-2013, 05:47 PM
Replies:
5
Problem with .htaccess
Views:
373
Posted By
milanello72
Excuse me, becuse I don't have experience to work...
Excuse me, becuse I don't have experience to work with .htaccess , but could you write me the htaccess ? And I want tosolve this problem with teams.php , because AC Milan.htm doesn't exist!
Thank...
Forum:
Apache configuration
01-01-2013, 05:19 PM
Replies:
5
Problem with .htaccess
Views:
373
Posted By
milanello72
Problem with .htaccess
Hello! I have a problem with .htaccess and I will be very happy if you could help me!
In index.php I have
include('horizontalmenu.php')
if ($_GET['page']=='teams' and isset($_GET['name']))
{...
Forum:
PHP
03-01-2012, 04:51 PM
Replies:
5
How could I make links friendly?
Views:
405
Posted By
milanello72
I think that php side not working... It's for the...
I think that php side not working... It's for the first time when I try to work with htaccess and I haven't experience.
Forum:
PHP
03-01-2012, 09:59 AM
Replies:
5
How could I make links friendly?
Views:
405
Posted By
milanello72
Thank you for your message, I tried, but not...
Thank you for your message, I tried, but not working...
Forum:
PHP
02-29-2012, 10:48 AM
Replies:
5
How could I make links friendly?
Views:
405
Posted By
milanello72
How could I make links friendly?
Hello! I want to make the links friendly, but I have some problems. I want to change www.mysite.com/index.php?page=motos in www.mysite.com/motos.html
In .htacces I have written:
Options...
Forum:
General web building
02-13-2012, 05:33 PM
Replies:
11
Dont cache image!
Views:
20,725
Posted By
milanello72
I had the same problem, but I solved with this...
I had the same problem, but I solved with this code! Thank you very much firepages ! :)
Thank you kehers, too! :) Because you put this problem! :)
Forum:
PHP
02-13-2012, 02:17 PM
Replies:
5
How could I replace file_get_contents ?
Views:
639
Posted By
milanello72
Thank you for you answer, for $loadFile I have...
Thank you for you answer, for $loadFile I have $loadFile = "/home/u433429251/public_html/upload/3/1.jpg";
I remember that I have no problem with that script in Internet Explorer, but it isn't work...
Forum:
PHP
02-13-2012, 10:40 AM
Replies:
5
How could I replace file_get_contents ?
Views:
639
Posted By
milanello72
How could I replace file_get_contents ?
Hello! This script works fine in Internet Explorer, but in Mozilla there are some errors: Warning: file_get_contents() : Filename cannot be empty in /home/u433429251/public_html/www.php on line 27
...
Showing results 1 to 24 of 24
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
10:46 AM
.
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.